minimal-source-map
v1.0.0
Published
minimal implementation of source map revision 3 proposal
Downloads
2
Readme
minimal-source-map
Minimal implementation of source-map specification described in:
Source Map Revision 3 Proposal
Installation
npm i minimal-source-map
API
- parseBase64VLQSegment(string): given a Base 64 VLQ segment, e.g,,
ABCD
from mappings, return 1,4 or 5 variable length array of integers.