tree: 662fb4470e8d31ff31901d48b87a6526338b9fe4 [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.