Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

body

body: Array<Statement>

directives

directives: Array<Directive>

end

end: number | null

innerComments

innerComments: ReadonlyArray<Comment> | null

interpreter

interpreter: InterpreterDirective | null

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

sourceFile

sourceFile: string | null

sourceType

sourceType: "script" | "module"

start

start: number | null

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "Program"

Generated using TypeDoc