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(org.json.JSONObject sourceMapRoot,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
static SourceMapping |
SourceMapConsumerFactory.parse(String contents,
SourceMapSupplier supplier) |
void |
SourceMapConsumerV3.parse(String contents,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
Copyright © 2009-2014 Google. All Rights Reserved.