Home
last modified time | relevance | path

Searched refs:inlineSourceMap (Results 1 – 25 of 39) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DinlineSourceMap2.errors.txt1 error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'.
2 error TS5053: Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.
5 !!! error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'.
6 !!! error TS5053: Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.
DinlineSourceMap.sourcemap.txt2 JsFile: inlineSourceMap.js
5 sources: inlineSourceMap.ts
8 emittedFile:tests/cases/compiler/inlineSourceMap.js
9 sourceFile:inlineSourceMap.ts
DinlineSourceMap.symbols1 === tests/cases/compiler/inlineSourceMap.ts ===
3 >x : Symbol(x, Decl(inlineSourceMap.ts, 0, 3))
9 >x : Symbol(x, Decl(inlineSourceMap.ts, 0, 3))
DoptionsInlineSourceMapSourcemap.errors.txt1 error TS5053: Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.
4 !!! error TS5053: Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.
DoptionsInlineSourceMapMapRoot.errors.txt1 error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'.
5 !!! error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'.
DinlineSourceMap.types1 === tests/cases/compiler/inlineSourceMap.ts ===
/third_party/typescript/tests/baselines/reference/project/sourceRootWithNoSourceMapOption/node/
DsourceRootWithNoSourceMapOption.errors.txt1 error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or option …
4 !!! error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or opt…
/third_party/typescript/tests/baselines/reference/project/sourceRootWithNoSourceMapOption/amd/
DsourceRootWithNoSourceMapOption.errors.txt1 error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or option …
4 !!! error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or opt…
/third_party/typescript/tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/amd/
DmapRootSourceRootWithNoSourceMapOption.errors.txt1 error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or option …
5 !!! error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or opt…
/third_party/typescript/tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/node/
DmapRootSourceRootWithNoSourceMapOption.errors.txt1 error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or option …
5 !!! error TS5051: Option 'sourceRoot can only be used when either option '--inlineSourceMap' or opt…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with enum value compiler options/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Default initialized TSConfig/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with files options/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with advanced options/
Dtsconfig.json61 …he source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--source…
/third_party/typescript/src/testRunner/
DcompilerRunner.ts272 … if (this.options.sourceMap || this.options.inlineSourceMap || this.options.declarationMap) {
/third_party/typescript/src/compiler/
Demitter.ts107 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
303 …Result[] | undefined = (compilerOptions.sourceMap || compilerOptions.inlineSourceMap || getAreDecl…
416 inlineSourceMap: compilerOptions.inlineSourceMap, constant
475 inlineSourceMap: compilerOptions.inlineSourceMap, constant
593 inlineSourceMap?: boolean; property
601 return (mapOptions.sourceMap || mapOptions.inlineSourceMap)
631 if (mapOptions.inlineSourceMap) {
773 …if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap) return sourceMapFileP…
779 …if ((declarationMapPath && !declarationMapText) || config.options.inlineSourceMap) return declarat…
1839 if ((printerOptions.sourceMap || printerOptions.inlineSourceMap)
/third_party/typescript/src/harness/
DcompilerImpl.ts194 if (this.options.inlineSourceMap) {
DharnessIO.ts839 if (options.inlineSourceMap) {
861 if (!options.inlineSourceMap) {
/third_party/typescript/src/server/
Dprotocol.ts3343 inlineSourceMap?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2591 inlineSourceMap?: boolean; property

12