| /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 | 458 maxNodeModuleJsDepth: -1 464 maxNodeModuleJsDepth: -1 486 maxNodeModuleJsDepth: 2, 516 maxNodeModuleJsDepth: 2, 542 maxNodeModuleJsDepth: 2, 565 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/testRunner/unittests/tscWatch/ |
| D | resolutionCache.ts | 280 maxNodeModuleJsDepth: 1
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1832 if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") { 1833 newOptions.maxNodeModuleJsDepth = 2; 1836 newOptions.maxNodeModuleJsDepth = undefined;
|
| D | protocol.ts | 3350 maxNodeModuleJsDepth?: number; property
|
| /third_party/typescript/src/compiler/ |
| D | program.ts | 826 …const maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeMod… constant 2598 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 2951 … const elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
|
| D | commandLineParser.ts | 2872 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true…
|
| D | types.ts | 5907 maxNodeModuleJsDepth?: number;
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2598 maxNodeModuleJsDepth?: number; property
|
| D | tsserverlibrary.d.ts | 2840 maxNodeModuleJsDepth?: number; property 9175 maxNodeModuleJsDepth?: number;
|
| D | typescript.d.ts | 2840 maxNodeModuleJsDepth?: number; property
|
| D | typescriptServices.d.ts | 2840 maxNodeModuleJsDepth?: number; property
|
| D | tsserverlibrary.js | 38891 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true… 106939 …var maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeModul… 108496 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 108789 … var elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth; 155429 … if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") { 155430 newOptions.maxNodeModuleJsDepth = 2; 155433 newOptions.maxNodeModuleJsDepth = undefined;
|
| D | tsserver.js | 38697 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true… 106745 …var maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeModul… 108302 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 108595 … var elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth; 155235 … if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") { 155236 newOptions.maxNodeModuleJsDepth = 2; 155239 newOptions.maxNodeModuleJsDepth = undefined;
|
| D | tsc.js | 31571 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true… 87666 …var maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeModul… 89000 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 89255 … var elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
|
| D | typingsInstaller.js | 38686 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true… 106734 …var maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeModul… 108291 if (currentNodeModulesDepth < maxNodeModuleJsDepth) { 108584 … var elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 2873 maxNodeModuleJsDepth?: number; property 9452 maxNodeModuleJsDepth?: number;
|
| D | typescript.d.ts | 2873 maxNodeModuleJsDepth?: number; property
|