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.