Home
last modified time | relevance | path

Searched refs:SourceFileConstructor (Results 1 – 1 of 1) sorted by relevance

/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts19 let SourceFileConstructor: new (kind: SyntaxKind, pos: number, end: number) => Node; variable
24 …return new (SourceFileConstructor || (SourceFileConstructor = objectAllocator.getSourceFileConstru…
569 let SourceFileConstructor: new (kind: SyntaxKind, pos: number, end: number) => Node; variable
718 SourceFileConstructor = objectAllocator.getSourceFileConstructor();
838 …const sourceFile = <SourceFile>new SourceFileConstructor(SyntaxKind.SourceFile, /*pos*/ 0, /* end …