Home
last modified time | relevance | path

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

/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.ts522 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/
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/server/
Dproject.ts1978 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) {
Dprotocol.ts3550 maxNodeModuleJsDepth?: number; property
/third_party/typescript/src/testRunner/unittests/tscWatch/
DresolutionCache.ts314 maxNodeModuleJsDepth: 1
/third_party/typescript/src/compiler/
Dprogram.ts1052 …const maxNodeModuleJsDepth = typeof options.maxNodeModuleJsDepth === "number" ? options.maxNodeMod… constant
2979 if (currentNodeModulesDepth < maxNodeModuleJsDepth) {
3361 … const elideImport = isJsFileFromNodeModules && currentNodeModulesDepth > maxNodeModuleJsDepth;
DcommandLineParser.ts3268 …? { allowJs: true, maxNodeModuleJsDepth: 2, allowSyntheticDefaultImports: true, skipLibCheck: true…
Dtypes.ts6657 maxNodeModuleJsDepth?: number;
/third_party/typescript/lib/
Dprotocol.d.ts2791 maxNodeModuleJsDepth?: number; property
Dtsserverlibrary.d.ts3092 maxNodeModuleJsDepth?: number; property
10296 maxNodeModuleJsDepth?: number;
Dtypescript.d.ts3092 maxNodeModuleJsDepth?: number; property
DtypescriptServices.d.ts3092 maxNodeModuleJsDepth?: number; property
DtypingsInstaller.js43517 …? { 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;
Dtsc.js35694 …? { 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/
Dtsserverlibrary.d.ts3092 maxNodeModuleJsDepth?: number; property
10296 maxNodeModuleJsDepth?: number;
Dtypescript.d.ts3092 maxNodeModuleJsDepth?: number; property