Searched refs:packageRootIndex (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 764 let packageRootIndex = parts.packageRootIndex; 768 …eRootPath, blockedByExports, verbatimFromExports } = tryDirectoryWithPackageJson(packageRootIndex); 785 packageRootIndex = path.indexOf(directorySeparator, packageRootIndex + 1); 786 if (packageRootIndex === -1) { 811 …function tryDirectoryWithPackageJson(packageRootIndex: number): { moduleFileToTry: string, package… 812 const packageRootPath = path.substring(0, packageRootIndex); 873 … const fileName = getCanonicalFileName(moduleFileToTry.substring(parts.packageRootIndex + 1));
|
| D | utilities.ts | 7664 readonly packageRootIndex: number; property 7674 let packageRootIndex = 0; 7705 packageRootIndex = partEnd; 7722 …NodeModules ? { topLevelNodeModulesIndex, topLevelPackageNameIndex, packageRootIndex, fileNameInde…
|
| /third_party/typescript/src/services/ |
| D | exportInfoMap.ts | 99 …const { topLevelNodeModulesIndex, topLevelPackageNameIndex, packageRootIndex } = nodeModulesPathPa… constant 100 …omTypesPackageName(moduleFile.fileName.substring(topLevelPackageNameIndex + 1, packageRootIndex)));
|
| /third_party/typescript/src/server/ |
| D | session.ts | 1378 … const packageDirectory = fileName.substring(0, nodeModulesPathParts.packageRootIndex); 1394 nodeModulesPathParts.packageRootIndex); 1405 … const pathToFileInPackage = fileName.substring(nodeModulesPathParts.packageRootIndex + 1);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 21688 var packageRootIndex = 0; 21717 packageRootIndex = partEnd; 21732 …Index, topLevelPackageNameIndex: topLevelPackageNameIndex, packageRootIndex: packageRootIndex, fil… 127814 var packageRootIndex = parts.packageRootIndex; 127818 …var _c = tryDirectoryWithPackageJson(packageRootIndex), moduleFileToTry = _c.moduleFileToTry, pack… 127835 packageRootIndex = path.indexOf(ts.directorySeparator, packageRootIndex + 1); 127836 if (packageRootIndex === -1) { 127857 function tryDirectoryWithPackageJson(packageRootIndex) { argument 127859 var packageRootPath = path.substring(0, packageRootIndex); 127914 … var fileName = getCanonicalFileName(moduleFileToTry.substring(parts.packageRootIndex + 1));
|
| D | tsc.js | 17298 var packageRootIndex = 0; 17320 packageRootIndex = partEnd; 17335 …Index, topLevelPackageNameIndex: topLevelPackageNameIndex, packageRootIndex: packageRootIndex, fil… 106216 var packageRootIndex = parts.packageRootIndex; 106219 …var _c = tryDirectoryWithPackageJson(packageRootIndex), moduleFileToTry = _c.moduleFileToTry, pack… 106235 packageRootIndex = path.indexOf(ts.directorySeparator, packageRootIndex + 1); 106236 if (packageRootIndex === -1) { 106253 function tryDirectoryWithPackageJson(packageRootIndex) { argument 106255 var packageRootPath = path.substring(0, packageRootIndex); 106301 … var fileName = getCanonicalFileName(moduleFileToTry.substring(parts.packageRootIndex + 1));
|