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 cloning and installing, run node sucrase.js to compile the TypeScript code; you can then upload the resulting index.js file to Evan Wallace's excellent source-map-visualization tool.
I have set up a repro here: https://github.com/Septh/sucrase-broken-sourcemaps.
After cloning and installing, run
node sucrase.js
to compile the TypeScript code; you can then upload the resultingindex.js
file to Evan Wallace's excellent source-map-visualization tool.Here's what I get:
(permalink)
As you can see, the original column number stays 'stuck' at the end of the first template string.
The text was updated successfully, but these errors were encountered: