Home
last modified time | relevance | path

Searched refs:sourceMapText (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/services/
Dtranspile.ts14 sourceMapText?: string; property
65 let sourceMapText: string | undefined;
72 …Debug.assertEqual(sourceMapText, undefined, "Unexpected multiple source map outputs, file:", name);
73 sourceMapText = text;
102 return { outputText, diagnostics, sourceMapText };
/third_party/typescript/src/compiler/
Demitter.ts633 const sourceMapText = sourceMapGenerator.toString(); constant
634 const base64SourceMapText = base64encode(sys, sourceMapText);
772 const sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath); constant
774 …if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap) return sourceMapFileP…
789 sourceMapText,
822 if (sourceMapText === text) return;
5414 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
5415 node.parsedSourceMap = tryParseRawSourceMap(node.sourceMapText) || false;
Dtypes.ts3603 sourceMapText?: string;
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6178 let sourceMapText: string | undefined;
6202 sourceMapText = mapTextOrStripInternal as string;
6217 node.sourceMapText = sourceMapText;
/third_party/typescript/lib/
Dtypescript.d.ts1991 sourceMapText?: string; property
6468 sourceMapText?: string; property
DtypescriptServices.d.ts1991 sourceMapText?: string; property
6468 sourceMapText?: string; property
Dtsserverlibrary.d.ts1991 sourceMapText?: string; property
6468 sourceMapText?: string; property
Dtsc.js20448 var sourceMapText;
20471 sourceMapText = mapTextOrStripInternal;
20486 node.sourceMapText = sourceMapText;
82677 var sourceMapText = sourceMapGenerator.toString();
82678 var base64SourceMapText = ts.base64encode(ts.sys, sourceMapText);
82781 var sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath);
82782 if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap)
82794 …= ts.createInputFiles(jsFileText, declarationText, sourceMapFilePath, sourceMapText, declarationMa…
82820 if (sourceMapText === text)
86528 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
[all …]
DtypingsInstaller.js25482 var sourceMapText;
25505 sourceMapText = mapTextOrStripInternal;
25520 node.sourceMapText = sourceMapText;
101231 var sourceMapText = sourceMapGenerator.toString();
101232 var base64SourceMapText = ts.base64encode(ts.sys, sourceMapText);
101346 var sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath);
101348 if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap)
101362 …= ts.createInputFiles(jsFileText, declarationText, sourceMapFilePath, sourceMapText, declarationMa…
101389 if (sourceMapText === text)
105453 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
[all …]
Dtypescript.js25687 var sourceMapText;
25710 sourceMapText = mapTextOrStripInternal;
25725 node.sourceMapText = sourceMapText;
101436 var sourceMapText = sourceMapGenerator.toString();
101437 var base64SourceMapText = ts.base64encode(ts.sys, sourceMapText);
101551 var sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath);
101553 if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap)
101567 …= ts.createInputFiles(jsFileText, declarationText, sourceMapFilePath, sourceMapText, declarationMa…
101594 if (sourceMapText === text)
105658 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
[all …]
DtypescriptServices.js25687 var sourceMapText;
25710 sourceMapText = mapTextOrStripInternal;
25725 node.sourceMapText = sourceMapText;
101436 var sourceMapText = sourceMapGenerator.toString();
101437 var base64SourceMapText = ts.base64encode(ts.sys, sourceMapText);
101551 var sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath);
101553 if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap)
101567 …= ts.createInputFiles(jsFileText, declarationText, sourceMapFilePath, sourceMapText, declarationMa…
101594 if (sourceMapText === text)
105658 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
[all …]
Dtsserverlibrary.js25687 var sourceMapText;
25710 sourceMapText = mapTextOrStripInternal;
25725 node.sourceMapText = sourceMapText;
101436 var sourceMapText = sourceMapGenerator.toString();
101437 var base64SourceMapText = ts.base64encode(ts.sys, sourceMapText);
101551 var sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath);
101553 if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap)
101567 …= ts.createInputFiles(jsFileText, declarationText, sourceMapFilePath, sourceMapText, declarationMa…
101594 if (sourceMapText === text)
105658 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
[all …]
Dtsserver.js25493 var sourceMapText;
25516 sourceMapText = mapTextOrStripInternal;
25531 node.sourceMapText = sourceMapText;
101242 var sourceMapText = sourceMapGenerator.toString();
101243 var base64SourceMapText = ts.base64encode(ts.sys, sourceMapText);
101357 var sourceMapText = sourceMapFilePath && host.readFile(sourceMapFilePath);
101359 if ((sourceMapFilePath && !sourceMapText) || config.options.inlineSourceMap)
101373 …= ts.createInputFiles(jsFileText, declarationText, sourceMapFilePath, sourceMapText, declarationMa…
101400 if (sourceMapText === text)
105464 if (node.parsedSourceMap === undefined && node.sourceMapText !== undefined) {
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2002 sourceMapText?: string; property
6715 sourceMapText?: string; property
Dtsserverlibrary.d.ts2002 sourceMapText?: string; property
6715 sourceMapText?: string; property