Searched refs:decodeErrors (Results 1 – 1 of 1) sorted by relevance
5 decodeErrors: string[] | undefined; property101 let decodeErrors: string[] | undefined;104 …decodeErrors = ["!!^^ !!^^ There was decoding error in the sourcemap at this location: " + decodeR…107 …decodeErrors = ["!!^^ !!^^ The decoded span from sourcemap's mapping entry does not match what was…109 …decodeErrors.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) {