sat icon indicating copy to clipboard operation
sat copied to clipboard

Implement a "debug" mode and source mapping in JS

Open flaki opened this issue 2 years ago • 0 comments

The JS toolchain currently mangles line numbers, this makes it really hard to debug runtime errors as the line numbers don't match up with the original source.

Storing metadata and source maps with compiled modules would make debugging runtime errors possible.

flaki avatar Oct 19 '22 16:10 flaki