We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51082c8 commit cc292d3Copy full SHA for cc292d3
src/sourcemap.ts
@@ -40,7 +40,7 @@ export function getSourceMap(
40
templateMap as Omit<RawSourceMap, 'version'> as TraceEncodedSourceMap,
41
)
42
const offset =
43
- (trimAnalyzedBindings(scriptCode).match(/\r?\n/g)?.length ?? 0) + 1
+ (trimAnalyzedBindings(scriptCode).match(/\r?\n/g)?.length ?? 0)
44
eachMapping(tracer, (m) => {
45
if (m.source == null) return
46
addMapping(gen, {
0 commit comments