Searched refs:countPathComponents (Results 1 – 4 of 4) sorted by relevance
361 …return isPathRelativeToParent(nonRelative) || countPathComponents(relativePath) < countPathCompone…364 export function countPathComponents(path: string): number { function
6367 …return moduleSpecifiers.countPathComponents(specifierA) - moduleSpecifiers.countPathComponents(spe…
56280 …return ts.moduleSpecifiers.countPathComponents(specifierA) - ts.moduleSpecifiers.countPathComponen…127422 …return isPathRelativeToParent(nonRelative) || countPathComponents(relativePath) < countPathCompone…127424 function countPathComponents(path) { function127432 moduleSpecifiers_1.countPathComponents = countPathComponents;
46673 …return ts.moduleSpecifiers.countPathComponents(specifierA) - ts.moduleSpecifiers.countPathComponen…105900 …return isPathRelativeToParent(nonRelative) || countPathComponents(relativePath) < countPathCompone…105902 function countPathComponents(path) { function105910 moduleSpecifiers_1.countPathComponents = countPathComponents;