getsentry / rust-sourcemap

A library for rust that implements basic sourcemap handling
Other
224 stars 27 forks source link

feat: Minimal API changes to source map references #28

Closed mitsuhiko closed 4 years ago

mitsuhiko commented 4 years ago

This is a backwards incompatible change to the crate which adds some missing API and changes how sourcemap references work.

I ran across this trying to use this crate for building a source map debug tool.