Searched refs:packageRootPath (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 768 …const { moduleFileToTry, packageRootPath, blockedByExports, verbatimFromExports } = tryDirectoryWi… constant 777 if (packageRootPath) { 778 moduleSpecifier = packageRootPath; 811 …ithPackageJson(packageRootIndex: number): { moduleFileToTry: string, packageRootPath?: string, blo… 812 const packageRootPath = path.substring(0, packageRootIndex); constant 813 …const packageJsonPath = combinePaths(packageRootPath, getPackageJsonByPMType(options.packageManage… 824 …? tryGetModuleNameFromExports(options, path, packageRootPath, getPackageNameFromTypesPackageName(p… 840 const subModuleName = path.slice(packageRootPath.length + 1); 852 moduleFileToTry = combinePaths(packageRootPath, fromPaths); 864 … const mainExportFile = toPath(mainFileRelative, packageRootPath, getCanonicalFileName); [all …]
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 127818 …(packageRootIndex), moduleFileToTry = _c.moduleFileToTry, packageRootPath = _c.packageRootPath, bl… 127827 if (packageRootPath) { 127828 moduleSpecifier = packageRootPath; 127859 var packageRootPath = path.substring(0, packageRootIndex); 127860 …var packageJsonPath = ts.combinePaths(packageRootPath, ts.getPackageJsonByPMType(options.packageMa… 127871 …? tryGetModuleNameFromExports(options, path, packageRootPath, ts.getPackageNameFromTypesPackageNam… 127887 var subModuleName = path.slice(packageRootPath.length + 1); 127893 moduleFileToTry = ts.combinePaths(packageRootPath, fromPaths); 127905 … var mainExportFile = ts.toPath(mainFileRelative, packageRootPath, getCanonicalFileName); 127908 … return { packageRootPath: packageRootPath, moduleFileToTry: moduleFileToTry }; [all …]
|
| D | tsc.js | 106219 …(packageRootIndex), moduleFileToTry = _c.moduleFileToTry, packageRootPath = _c.packageRootPath, bl… 106228 if (packageRootPath) { 106229 moduleSpecifier = packageRootPath; 106255 var packageRootPath = path.substring(0, packageRootIndex); 106256 …var packageJsonPath = ts.combinePaths(packageRootPath, ts.getPackageJsonByPMType(options.packageMa… 106267 …? tryGetModuleNameFromExports(options, path, packageRootPath, ts.getPackageNameFromTypesPackageNam… 106283 var subModuleName = path.slice(packageRootPath.length + 1); 106289 moduleFileToTry = ts.combinePaths(packageRootPath, fromPaths); 106294 … var mainExportFile = ts.toPath(mainFileRelative, packageRootPath, getCanonicalFileName); 106296 … return { packageRootPath: packageRootPath, moduleFileToTry: moduleFileToTry }; [all …]
|