Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

SourceFile

mattt edited this page Apr 26, 2021 · 6 revisions

SourceFile

public struct SourceFile: Hashable, Codable 

Inheritance

Codable, Hashable

Initializers

init(file:relativeTo:)

public init(file url: URL, relativeTo directory: URL) throws 

Properties

path

public let path: String

symbols

public let symbols: [Symbol]

imports

public let imports: [Import]