Interface VariableInfo

How an item (type or value) was declared and/or referenced.

Hierarchy

  • VariableInfo

Properties

declarations: Identifier[]

Locations where the item was declared.

Which space(s) the item is within.

exported: boolean

Whether the item was exported from its module or namespace scope.

inGlobalScope: boolean

Whether the item's declaration was in the global scope.

uses: VariableUse[]

Each reference to the item in the file.