Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts361 …return isPathRelativeToParent(nonRelative) || countPathComponents(relativePath) < countPathCompone…
364 export function countPathComponents(path: string): number { function
Dchecker.ts6367 …return moduleSpecifiers.countPathComponents(specifierA) - moduleSpecifiers.countPathComponents(spe…
/third_party/typescript/lib/
DtypingsInstaller.js56280 …return ts.moduleSpecifiers.countPathComponents(specifierA) - ts.moduleSpecifiers.countPathComponen…
127422 …return isPathRelativeToParent(nonRelative) || countPathComponents(relativePath) < countPathCompone…
127424 function countPathComponents(path) { function
127432 moduleSpecifiers_1.countPathComponents = countPathComponents;
Dtsc.js46673 …return ts.moduleSpecifiers.countPathComponents(specifierA) - ts.moduleSpecifiers.countPathComponen…
105900 …return isPathRelativeToParent(nonRelative) || countPathComponents(relativePath) < countPathCompone…
105902 function countPathComponents(path) { function
105910 moduleSpecifiers_1.countPathComponents = countPathComponents;