Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SourceMapConsumerV3.StringCharIterator
A implementation of the Base64VLQ CharIterator used for decoding the
mappings encoded in the JSON string.
|
Modifier and Type | Method and Description |
---|---|
static int |
Base64VLQ.decode(Base64VLQ.CharIterator in)
Decodes the next VLQValue from the provided CharIterator.
|