Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DsourceMapRecorder.ts5 decodeErrors: string[] | undefined; property
101 let decodeErrors: string[] | undefined;
104decodeErrors = ["!!^^ !!^^ There was decoding error in the sourcemap at this location: " + decodeR…
107decodeErrors = ["!!^^ !!^^ The decoded span from sourcemap's mapping entry does not match what was…
109decodeErrors.push("!!^^ !!^^ Decoded span from sourcemap's mappings entry: " + getSourceMapSpanStr…
117 spansOnSingleLine.push({ sourceMapSpan, decodeErrors });
228 if (currentSpan.decodeErrors) {
230 for (const decodeError of currentSpan.decodeErrors) {