Showing 1-20 of 28 packages
Generate, and decode, base64 VLQ mappings for source maps and other uses
Parses out base64 VLQ encoded mappings.
Fork of mozilla/source-maps that keeps VLQ decode (i.e. from v0.4.4)
A base64 vlq encode/decode utils for source maps
Modify strings, generate sourcemaps
A simple set of functions for converting between integer and VLQ buffer values
vlq
Concatenate files while generating or propagating sourcemaps.
Codec for VLQ (variable-length quantity) Base64 algorithm
A VLQ Implementation for NodeJS using BigInts and Buffers
Generate, and decode, base64 VLQ mappings for source maps and other uses
A tool to encode/decode arbitrary unsigned integers using predefined-length chunk of bits.
🔣Decode and encode Base64 VLQ.
fast source mapping decode/encode
This is a minimalist library for decoding and encoding base64 VLQs. This repository is also a companion to this [blog post](https://www.lucidchart.com/techblog/2019/08/22/decode-encoding-base64-vlqs-source-maps/), which also explains base64 VLQs.
Parse a source map and output the data in a way that makes sense to humans
Encode/decode sourcemap mappings
Modify strings, generate sourcemaps
This repository contains an example implementation of the algorithm for computing original frames and scopes in a debugger using scope information encoded in the sourcemap according to [this proposal](https://github.com/tc39/source-map-rfc/issues/37#issue