source-maps

A purpose build source-maps library for combining and manipulating source-maps.

Usage no npm install needed!

<script type="module">
  import sourceMaps from 'https://cdn.skypack.dev/source-maps';
</script>

README

Source Maps

A purpose build source-maps library for combining and manipulating source-maps.

For just reading source-maps, this library does not outperform the probably more stable and well-known package source-map by Mozilla.

Compile flatbuffer schema

cd ./src && ../flatc --cpp ./sourcemap-schema.fbs && cd ..