Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceMapConsumerV3.parse(java.lang.String contents) |
void |
SourceMapConsumer.parse(java.lang.String contents)
Parses the given contents containing a source map to provide initialize
a class providing SourceMapping.
|