Home
last modified time | relevance | path

Searched refs:referencePathMatchResult (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.ts6116 const referencePathMatchResult = getFileReferenceFromReferencePath(comment, range); constant
6117 if (referencePathMatchResult) {
6118 const fileReference = referencePathMatchResult.fileReference;
6119 sourceFile.hasNoDefaultLib = referencePathMatchResult.isNoDefaultLib;
6120 const diagnosticMessage = referencePathMatchResult.diagnosticMessage;
6122 if (referencePathMatchResult.isTypeReferenceDirective) {