blob: cb33fd37b1d149a1e40143424d267dd325fde5fa [file] [log] [blame] [view] [edit]
## Kotlin/JS + SourceMap
Source Map is a debug info format primarily used in the JS and Wasm world for storing debug info for JavaScript code or Wasm binaries:
https://sourcemaps.info/spec.html
This module contains the code for generating source maps.