Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DstringCompletions.ts576 const normalizedSuffix = normalizePath(parsed.suffix); constant
584 const includeGlob = normalizedSuffix ? "**/*" : "./*";
598 const inner = withoutStartAndEnd(normalizePath(path), completePrefix, normalizedSuffix);
/third_party/typescript/lib/
DtypescriptServices.js120322 var normalizedSuffix = ts.normalizePath(parsed.suffix);
120329 var includeGlob = normalizedSuffix ? "**/*" : "./*";
120341 … var inner = withoutStartAndEnd(ts.normalizePath(path), completePrefix, normalizedSuffix);
Dtsserverlibrary.js120322 var normalizedSuffix = ts.normalizePath(parsed.suffix);
120329 var includeGlob = normalizedSuffix ? "**/*" : "./*";
120341 … var inner = withoutStartAndEnd(ts.normalizePath(path), completePrefix, normalizedSuffix);
Dtsserver.js119753 var normalizedSuffix = ts.normalizePath(parsed.suffix);
119760 var includeGlob = normalizedSuffix ? "**/*" : "./*";
119772 … var inner = withoutStartAndEnd(ts.normalizePath(path), completePrefix, normalizedSuffix);
Dtypescript.js120322 var normalizedSuffix = ts.normalizePath(parsed.suffix);
120329 var includeGlob = normalizedSuffix ? "**/*" : "./*";
120341 … var inner = withoutStartAndEnd(ts.normalizePath(path), completePrefix, normalizedSuffix);