Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VLQDecode ¶
VLQDecode decodes the input slice into a signed bit. It is complementary to VLQEncode. It returns the read length because the ending is unknown to the caller before decoding.
func VLQEncode ¶
VLQEncode encodes a signed int into base64 byte slice. According to https://sourcemaps.info/spec.html, 32-bit is long enough for sourcemapping.
Types ¶
Click to show internal directories.
Click to hide internal directories.