| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | maxNodeModuleJsDepth.ts | 19 assert.isTrue(options.maxNodeModuleJsDepth === 2); 25 assert.isTrue(options.maxNodeModuleJsDepth === 2); 44 assert.isUndefined(project.getCompilationSettings().maxNodeModuleJsDepth); 48 assert.isTrue(project.getCompilationSettings().maxNodeModuleJsDepth === 2); 52 assert.isUndefined(project.getCompilationSettings().maxNodeModuleJsDepth);
|
| D | telemetry.ts | 184 maxNodeModuleJsDepth: 2, constant
|
| /third_party/typescript/src/testRunner/unittests/config/ |
| D | convertCompilerOptionsFromJson.ts | 522 maxNodeModuleJsDepth: -1 528 maxNodeModuleJsDepth: -1 550 maxNodeModuleJsDepth: 2, 580 maxNodeModuleJsDepth: 2, 606 maxNodeModuleJsDepth: 2, 629 maxNodeModuleJsDepth: 2,
|
| /third_party/typescript/tests/baselines/reference/project/nodeModulesImportHigher/node/ |
| D | nodeModulesImportHigher.errors.txt | 10 "maxNodeModuleJsDepth": 2
|
| /third_party/typescript/tests/baselines/reference/project/nodeModulesImportHigher/amd/ |
| D | nodeModulesImportHigher.errors.txt | 10 "maxNodeModuleJsDepth": 2
|
| /third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthIncreased/amd/ |
| D | nodeModulesMaxDepthIncreased.errors.txt | 8 "maxNodeModuleJsDepth": 3
|
| /third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthIncreased/node/ |
| D | nodeModulesMaxDepthIncreased.errors.txt | 8 "maxNodeModuleJsDepth": 3
|
| /third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthExceeded/node/ |
| D | nodeModulesMaxDepthExceeded.errors.txt | 9 "maxNodeModuleJsDepth": 1, // Note: Module m1 is already included as a root file
|
| /third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthExceeded/amd/ |
| D | nodeModulesMaxDepthExceeded.errors.txt | 9 "maxNodeModuleJsDepth": 1, // Note: Module m1 is already included as a root file
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1978 maxNodeModuleJsDepth: 3, 2034 if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") { 2035 newOptions.maxNodeModuleJsDepth = 2; 2038 newOptions.maxNodeModuleJsDepth = undefined; 2231 … if (packageJson && compilerOptions.allowJs && compilerOptions.maxNodeModuleJsDepth) {
|
| D | protocol.ts | 3550 maxNodeModuleJsDepth?: number; property
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | resolutionCache.ts | 314 maxNodeModuleJsDepth: 1
|
| /third_party/typescript/src/compiler/ |
| D | program.ts | 1052 …const maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeMod… constant 2979 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 3361 … const elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
|
| D | commandLineParser.ts | 3268 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true…
|
| D | types.ts | 6657 maxNodeModuleJsDepth?: number;
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2791 maxNodeModuleJsDepth?: number; property
|
| D | tsserverlibrary.d.ts | 3092 maxNodeModuleJsDepth?: number; property 10296 maxNodeModuleJsDepth?: number;
|
| D | typescript.d.ts | 3092 maxNodeModuleJsDepth?: number; property
|
| D | typescriptServices.d.ts | 3092 maxNodeModuleJsDepth?: number; property
|
| D | typingsInstaller.js | 43517 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true… 121529 …var maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeModul… 123251 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 123571 … var elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
|
| D | tsc.js | 35694 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true… 100815 …var maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeModul… 102293 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 102573 … var elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3092 maxNodeModuleJsDepth?: number; property 10296 maxNodeModuleJsDepth?: number;
|
| D | typescript.d.ts | 3092 maxNodeModuleJsDepth?: number; property
|