1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# `source-map-mappings`
Parse the `"mappings"` string from a source map.
This is intended to be compiled to WebAssembly and eventually used from the
[`mozilla/source-map`][source-map] library. This is **not** a general purpose
source maps library.
[source-map]: https://github.com/mozilla/source-map
- [Documentation](#documentation)
- [License](#license)
- [Contributing](#contributing)
### Documentation
[📚 Documentation on `docs.rs` 📚][docs]
[docs]: https://docs.rs/source-map-mappings
### License
Licensed under [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause).
### Contributing
See
[CONTRIBUTING.md](https://github.com/mozilla/source-map-mappings/blob/master/wasm-mappings/CONTRIBUTING.md)
for hacking.
|