| /third_party/typescript/src/services/ |
| D | transpile.ts | 14 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/ |
| D | emitter.ts | 633 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;
|
| D | types.ts | 3603 sourceMapText?: string;
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 6178 let sourceMapText: string | undefined; 6202 sourceMapText = mapTextOrStripInternal as string; 6217 node.sourceMapText = sourceMapText;
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 1991 sourceMapText?: string; property 6468 sourceMapText?: string; property
|
| D | typescriptServices.d.ts | 1991 sourceMapText?: string; property 6468 sourceMapText?: string; property
|
| D | tsserverlibrary.d.ts | 1991 sourceMapText?: string; property 6468 sourceMapText?: string; property
|
| D | tsc.js | 20448 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 …]
|
| D | typingsInstaller.js | 25482 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 …]
|
| D | typescript.js | 25687 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 …]
|
| D | typescriptServices.js | 25687 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 …]
|
| D | tsserverlibrary.js | 25687 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 …]
|
| D | tsserver.js | 25493 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/ |
| D | typescript.d.ts | 2002 sourceMapText?: string; property 6715 sourceMapText?: string; property
|
| D | tsserverlibrary.d.ts | 2002 sourceMapText?: string; property 6715 sourceMapText?: string; property
|