Home
last modified time | relevance | path

Searched refs:maxNodeModuleJsDepth (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/tsserver/
DmaxNodeModuleJsDepth.ts19 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);
Dtelemetry.ts184 maxNodeModuleJsDepth: 2, constant
/third_party/typescript/src/testRunner/unittests/config/
DconvertCompilerOptionsFromJson.ts458 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/
DnodeModulesImportHigher.errors.txt10 "maxNodeModuleJsDepth": 2
/third_party/typescript/tests/baselines/reference/project/nodeModulesImportHigher/amd/
DnodeModulesImportHigher.errors.txt10 "maxNodeModuleJsDepth": 2
/third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthIncreased/amd/
DnodeModulesMaxDepthIncreased.errors.txt8 "maxNodeModuleJsDepth": 3
/third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthIncreased/node/
DnodeModulesMaxDepthIncreased.errors.txt8 "maxNodeModuleJsDepth": 3
/third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthExceeded/node/
DnodeModulesMaxDepthExceeded.errors.txt9 "maxNodeModuleJsDepth": 1, // Note: Module m1 is already included as a root file
/third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthExceeded/amd/
DnodeModulesMaxDepthExceeded.errors.txt9 "maxNodeModuleJsDepth": 1, // Note: Module m1 is already included as a root file
/third_party/typescript/src/testRunner/unittests/tscWatch/
DresolutionCache.ts280 maxNodeModuleJsDepth: 1
/third_party/typescript/src/server/
Dproject.ts1832 if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") {
1833 newOptions.maxNodeModuleJsDepth = 2;
1836 newOptions.maxNodeModuleJsDepth = undefined;
Dprotocol.ts3350 maxNodeModuleJsDepth?: number; property
/third_party/typescript/src/compiler/
Dprogram.ts826 …const maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeMod… constant
2598 if (currentNodeModulesDepth < maxNodeModuleJsDepth) {
2951 … const elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
DcommandLineParser.ts2872 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true…
Dtypes.ts5907 maxNodeModuleJsDepth?: number;
/third_party/typescript/lib/
Dprotocol.d.ts2598 maxNodeModuleJsDepth?: number; property
Dtsserverlibrary.d.ts2840 maxNodeModuleJsDepth?: number; property
9175 maxNodeModuleJsDepth?: number;
Dtypescript.d.ts2840 maxNodeModuleJsDepth?: number; property
DtypescriptServices.d.ts2840 maxNodeModuleJsDepth?: number; property
Dtsserverlibrary.js38891 …? { 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;
Dtsserver.js38697 …? { 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;
Dtsc.js31571 …? { 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;
DtypingsInstaller.js38686 …? { 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/
Dtsserverlibrary.d.ts2873 maxNodeModuleJsDepth?: number; property
9452 maxNodeModuleJsDepth?: number;
Dtypescript.d.ts2873 maxNodeModuleJsDepth?: number; property

12