ImportedSymbol

struct ImportedSymbol

A symbol selected by an import and its optional local alias.

Properties

let name: String

The exported symbol selected from the module.

let name_start: Int

The inclusive starting byte offset of the name.

let name_end: Int

The exclusive ending byte offset of the name.

let alias: String?

The local alias written after as, when present.