Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Properties

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