This interface provides common properties to be used across all abstract syntax tree (AST) objects.

interface ASTCommonPropaties {
    location?: FileRange;
}

Hierarchy (view full)

Properties

Properties

location?: FileRange

The start and end location of the AST object.

Generated using TypeDoc