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

SourceFile

mattt edited this page Jul 31, 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]
Clone this wiki locally