Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DsourceMapRecorder.ts4 sourceMapSpan: ts.Mapping; property
14 sourceMapSpan: ts.Mapping; property
27 …ult.done) return { error: mappings.error || "No encoded entry found", sourceMapSpan: mappings.stat…
28 return { sourceMapSpan: result.value };
98 export function recordSourceMapSpan(sourceMapSpan: ts.Mapping) {
102 …of decodeResult.error === "string" || !ts.sameMapping(decodeResult.sourceMapSpan, sourceMapSpan)) {
109 …ring(decodeResult.sourceMapSpan, /*getAbsentNameIndex*/ true) + " Span encoded by the emitter:" + …
112 …if (spansOnSingleLine.length && spansOnSingleLine[0].sourceMapSpan.generatedLine !== sourceMapSpan
117 spansOnSingleLine.push({ sourceMapSpan, decodeErrors });
120 … export function recordNewSourceFileSpan(sourceMapSpan: ts.Mapping, newSourceFileCode: string) {
[all …]