Searched defs:packageManagerType (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/packageManagerType/ |
| D | tsconfig.json | 3 "packageManagerType": "someString" string
|
| /third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/packageManagerType/ |
| D | tsconfig.json | 3 "packageManagerType": "someString" string
|
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 458 const packageManagerType = compilerOptions.packageManagerType; constant
|
| D | moduleNameResolver.ts | 475 const packageManagerType = options.packageManagerType; constant 2447 const packageManagerType = state.compilerOptions.packageManagerType; constant
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 4071 …s.ScriptTarget.ES2015, inlineSourceMap: true, inlineSources: true, packageManagerType: testType ==… constant
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 3626 packageManagerType?: string; property
|
| /third_party/typescript/lib/ |
| D | tsc.js | 36414 function getDefaultTypeRoots(currentDirectory, host, packageManagerType) { argument 37256 function parseModuleFromPath(resolved, packageManagerType) { argument 38329 function isOhpm(packageManagerType) { argument 38336 function isOhpmAndOhModules(packageManagerType, modulePath) { argument 38339 function getModulePathPartByPMType(packageManagerType) { argument 38342 function getModuleByPMType(packageManagerType) { argument 38348 function getPackageJsonByPMType(packageManagerType) { argument 38363 function choosePathContainsModules(packageManagerType, fileName) { argument 42463 function getNearestAncestorDirectoryWithPackageJson(host, fileName, packageManagerType) { argument 42511 …lePaths(importingFilePath, importedFileName, host, preferences, options = {}, packageManagerType) { argument [all …]
|
| D | typingsInstaller.js | 28429 function parseModuleFromPath(resolved, packageManagerType) { argument 29275 function isOhpm(packageManagerType) { argument 29279 function getModulePathPartByPMType(packageManagerType) { argument 29282 function getModuleByPMType(packageManagerType) { argument 29288 function getPackageJsonByPMType(packageManagerType) { argument
|
| D | tsserverlibrary.d.ts | 2932 packageManagerType?: string; property 7387 packageManagerType?: string; property
|
| D | typescript.d.ts | 3384 packageManagerType?: string; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 2932 packageManagerType?: string; property 7387 packageManagerType?: string; property
|
| D | typescript.d.ts | 3384 packageManagerType?: string; property
|