You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some heavy debugging I figured out.
If you are using Template literals (``) the source map is completely broken.
index.ts
console.log("test1")// line 1 correctlettext=` 1 1 1 1 1 1 `console.log("test2")// this should be line 12, instead 17 in devtoolslettest0lettest1console.log("test3")// this only woks because last line if you add more content it wont work
Thanks, God, I found this issue! 😀 Was struggling with weird debugging issues and totally wrong source maps...
Changing CRLF to LF line endings is a workaround, but this should really be fixed.
After some heavy debugging I figured out.
If you are using Template literals (``) the source map is completely broken.
index.ts
index.html
Devtools
Originally posted by @Levminer in #5815 (comment)
The text was updated successfully, but these errors were encountered: