Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SourceMapConsumerV3.DefaultSourceMapSupplier |
Modifier and Type | Method and Description |
---|---|
void |
SourceMapConsumerV3.parse(com.google.gson.JsonObject sourceMapRoot,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
static SourceMapping |
SourceMapConsumerFactory.parse(java.lang.String contents,
SourceMapSupplier supplier) |
void |
SourceMapConsumerV3.parse(java.lang.String contents,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
private void |
SourceMapConsumerV3.parseMetaMap(com.google.gson.JsonObject sourceMapRoot,
SourceMapSupplier sectionSupplier) |