tree: 327d6f698ea786dad70e4203b8a15be7f48d3946 [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. ReadMe.md
js/js.sourcemap/ReadMe.md

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.