Interface ImportDirective

Hierarchy

  • ImportDirective

Properties

absolutePath: string
file: string
id: number
nameLocation?: string
nodeType: "ImportDirective"
scope: number
sourceUnit: number
src: string
symbolAliases: {
    foreign: Identifier;
    local?: null | string;
    nameLocation?: string;
}[]

Type declaration

  • foreign: Identifier
  • Optional local?: null | string
  • Optional nameLocation?: string
unitAlias: string

Generated using TypeDoc