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 5, 2020 · 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

let path: String

symbols

let symbols: [Symbol]

imports

let imports: [Import]