source-list-map icon indicating copy to clipboard operation
source-list-map copied to clipboard

Fast line to line SourceMap generator.

Results 6 source-list-map issues
Sort by recently updated
recently updated
newest added

Hi, Could someone let me know why setup this project? as mozilla provide [source-map](https://github.com/mozilla/source-map) Why mappings has so many AACA

I'm working on a custom loader. In it I'm emitting files and would like to have sourceMap for each. Thus I've included this package. According to the loader API docs...

The VLQ [encoding and decoding helpers](https://github.com/webpack/source-list-map/blob/master/lib/base64-vlq.js) are quite useful in their own rights (for example [some projects](https://github.com/Rich-Harris/vlq) are only dedicated to this). Should they be exported by the top-level `index.js`...