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
Seems like caused by a PR for removing dummy comments by @0xe
I'll fix this issue by reserving BytePos(0) for dummy purpose and shifting all bytepos by 1
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
It looks like the first mapping in the source map is missing.
I'm seeing this problem both for the npm packages as well as with the crates
Input code
Config
No response
Playground link
No response
Expected behavior
There's a mapping for
console -> console
on the first line as there is on the second line.Actual behavior
https://evanw.github.io/source-map-visualization/#NjQAY29uc29sZS5sb2coKTsKY29uc29sZS5sb2coKTsKCi8vIyBzb3VyY2VNYXBwaW5nVVJMPWluZGV4LmpzLm1hcDE5MAB7InZlcnNpb24iOjMsInNvdXJjZXMiOlsiLi4vaW5kZXguanMiXSwic291cmNlc0NvbnRlbnQiOlsiY29uc29sZS5sb2coKTtcbmNvbnNvbGUubG9nKCk7XG4iXSwibmFtZXMiOlsibG9nIiwiY29uc29sZSJdLCJtYXBwaW5ncyI6Ik9BQU8sQ0FBQ0EsR0FBRyxFQUFFLENBQUM7QUFDZEMsT0FBTyxDQUFDRCxHQUFHLEVBQUUsQ0FBQyJ9
Version
1.2.181
Additional context
No response
The text was updated successfully, but these errors were encountered: