Module vlq

Module vlq 

Source
Expand description

Implements utilities for dealing with the sourcemap vlq encoding.

Functionsยง

generate_vlq_segment
Encodes a VLQ segment from a slice.
parse_vlq_segment
Parses a VLQ segment into a vector.