sat
sat copied to clipboard
Implement a "debug" mode and source mapping in JS
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.