Home
last modified time | relevance | path

Searched refs:parseImportDeclarationOrImportEqualsDeclaration (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.ts5240 …return parseImportDeclarationOrImportEqualsDeclaration(<ImportDeclaration | ImportEqualsDeclaratio…
5895 …function parseImportDeclarationOrImportEqualsDeclaration(node: ImportEqualsDeclaration | ImportDec… function