Searched defs:packageJsonPath (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 813 …const packageJsonPath = combinePaths(packageRootPath, getPackageJsonByPMType(options.packageManage… constant
|
D | moduleNameResolver.ts | 532 …const packageJsonPath = combinePaths(root, normalized, getPackageJsonByPMType(options.packageManag… constant 1867 …const packageJsonPath = combinePaths(packageDirectory, getPackageJsonByPMType(state.compilerOption… constant
|
/third_party/typescript/src/services/ |
D | stringCompletions.ts | 489 const packageJsonPath = findPackageJson(baseDirectory, host); constant
|
/third_party/node/lib/internal/ |
D | errors.js | 1533 function(filename, hasEsmSyntax, parentPath = null, packageJsonPath = null) { argument
|
/third_party/typescript/lib/ |
D | tsc.js | 36551 function getPackageJsonInfo(packageJsonPath) { argument 36554 function setPackageJsonInfo(packageJsonPath, info) { argument
|
D | typingsInstaller.js | 44534 function getPackageJsonInfo(packageJsonPath) { argument 44537 function setPackageJsonInfo(packageJsonPath, info) { argument
|