Skip to main content
Version: Next 🚧

[I] BaseNode

Extends

Extended by

Properties

PropertyModifierTypeDescriptionInherited from
directives?readonlyreadonly DirectiveExpressionNode[]--
docs?readonlyreadonly DocNode[]--
endreadonlynumberThe ending position measured in UTF-16 code units from the start of the full string. Exclusive.TextRange.end
flagsreadonlyNodeFlags--
kindreadonlySyntaxKind--
parent?readonlyNode--
posreadonlynumberThe starting position of the ranger measured in UTF-16 code units from the start of the full string. Inclusive.TextRange.pos
symbolreadonlySymCould be undefined but making this optional creates a lot of noise. In practice, you will likely only access symbol in cases where you know the node has a symbol.-