Home
last modified time | relevance | path

Searched refs:mapRoot (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DoptionsInlineSourceMapMapRoot.errors.txt1 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…
DinlineSourceMap2.errors.txt1 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/
DmapRootWithNoSourceMapOption.errors.txt1 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/
DmapRootWithNoSourceMapOption.errors.txt1 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/
DmapRootSourceRootWithNoSourceMapOption.errors.txt2 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/
DmapRootSourceRootWithNoSourceMapOption.errors.txt2 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/
DprojectsRunner.ts435 mapRoot: testCase.resolveMapRoot && testCase.mapRoot constant
436 ? vpath.resolve(vfs.srcFolder, testCase.mapRoot)
437 : testCase.mapRoot,
/third_party/typescript/src/testRunner/unittests/tsserver/
Dtelemetry.ts103 mapRoot: "hunter2",
133 mapRoot: "",
/third_party/typescript/src/compiler/
Demitter.ts484 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);
Dprogram.ts3488 if (options.mapRoot) {
3577 if (options.mapRoot && !(options.sourceMap || options.declarationMap)) {
3657 options.mapRoot) { // there is --mapRoot specified
Dtypes.ts6656 mapRoot?: string;
/third_party/typescript/src/server/
Dprotocol.ts3549 mapRoot?: string; property
/third_party/typescript/lib/
Dprotocol.d.ts2790 mapRoot?: string; property
Dtsserverlibrary.d.ts3091 mapRoot?: string; property
10295 mapRoot?: string;
Dtypescript.d.ts3091 mapRoot?: string; property
DtypescriptServices.d.ts3091 mapRoot?: string; property
DtypingsInstaller.js115162 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
Dtsc.js95049 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/
Dtsserverlibrary.d.ts3091 mapRoot?: string; property
10295 mapRoot?: string;
Dtypescript.d.ts3091 mapRoot?: string; property