Helper function for joining two ranges into a single range. This is useful when working with AST nodes, as it allows you to combine the ranges of child nodes to create the range of the parent node.

Hierarchy

  • ScopeInfo

Properties

definitions: StackedMap<string, ScopeInfo | VariableInfo>
inShorthand: string | boolean
inTry: boolean
isAsmJs: boolean
isStrict: boolean
topLevelScope: boolean | "arrow"

Generated using TypeDoc