| /third_party/typescript/tests/baselines/reference/ |
| D | optionsInlineSourceMapMapRoot.errors.txt | 1 error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 2 error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or option … 5 !!! error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 6 !!! error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or opt…
|
| D | inlineSourceMap2.errors.txt | 1 error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 5 !!! error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'.
|
| /third_party/typescript/tests/baselines/reference/project/mapRootWithNoSourceMapOption/amd/ |
| D | mapRootWithNoSourceMapOption.errors.txt | 1 error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or option … 4 !!! error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or opt…
|
| /third_party/typescript/tests/baselines/reference/project/mapRootWithNoSourceMapOption/node/ |
| D | mapRootWithNoSourceMapOption.errors.txt | 1 error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or option … 4 !!! error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or opt…
|
| /third_party/typescript/tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/node/ |
| D | mapRootSourceRootWithNoSourceMapOption.errors.txt | 2 error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or option … 6 !!! error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or opt…
|
| /third_party/typescript/tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/amd/ |
| D | mapRootSourceRootWithNoSourceMapOption.errors.txt | 2 error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or option … 6 !!! error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or opt…
|
| /third_party/typescript/src/testRunner/ |
| D | projectsRunner.ts | 435 mapRoot: testCase.resolveMapRoot && testCase.mapRoot constant 436 ? vpath.resolve(vfs.srcFolder, testCase.mapRoot) 437 : testCase.mapRoot,
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | telemetry.ts | 103 mapRoot: "hunter2", 133 mapRoot: "",
|
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 484 mapRoot: compilerOptions.mapRoot, 580 mapRoot?: string; property 598 if (mapOptions.mapRoot) { 599 let sourceMapDir = normalizeSlashes(mapOptions.mapRoot); 623 if (mapOptions.mapRoot) { 624 let sourceMapDir = normalizeSlashes(mapOptions.mapRoot);
|
| D | program.ts | 3488 if (options.mapRoot) { 3577 if (options.mapRoot && !(options.sourceMap || options.declarationMap)) { 3657 options.mapRoot) { // there is --mapRoot specified
|
| D | types.ts | 6656 mapRoot?: string;
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 3549 mapRoot?: string; property
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2790 mapRoot?: string; property
|
| D | tsserverlibrary.d.ts | 3091 mapRoot?: string; property 10295 mapRoot?: string;
|
| D | typescript.d.ts | 3091 mapRoot?: string; property
|
| D | typescriptServices.d.ts | 3091 mapRoot?: string; property
|
| D | typingsInstaller.js | 115162 mapRoot: compilerOptions.mapRoot, property 115248 if (mapOptions.mapRoot) { 115249 var sourceMapDir = ts.normalizeSlashes(mapOptions.mapRoot); 115271 if (mapOptions.mapRoot) { 115272 var sourceMapDir = ts.normalizeSlashes(mapOptions.mapRoot); 123679 if (options.mapRoot) { 123757 if (options.mapRoot && !(options.sourceMap || options.declarationMap)) { 123826 options.mapRoot) { // there is --mapRoot specified
|
| D | tsc.js | 95049 mapRoot: compilerOptions.mapRoot, property 95127 if (mapOptions.mapRoot) { 95128 var sourceMapDir = ts.normalizeSlashes(mapOptions.mapRoot); 95146 if (mapOptions.mapRoot) { 95147 var sourceMapDir = ts.normalizeSlashes(mapOptions.mapRoot); 102674 if (options.mapRoot) { 102750 if (options.mapRoot && !(options.sourceMap || options.declarationMap)) { 102813 options.mapRoot) {
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3091 mapRoot?: string; property 10295 mapRoot?: string;
|
| D | typescript.d.ts | 3091 mapRoot?: string; property
|