Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SourceMapConsumer
A SourceMapConsumer is a SourceMapping provide that can parse from a raw
string.
|
interface |
SourceMappingReversable
A SourceMappingReversable is a SourceMapping that can provide the reverse
(source --> target) source mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceMapConsumerV3
Class for parsing version 3 of the SourceMap format, as produced by the
Closure Compiler, etc.
|
Modifier and Type | Method and Description |
---|---|
static SourceMapping |
SourceMapConsumerFactory.parse(String contents) |
static SourceMapping |
SourceMapConsumerFactory.parse(String contents,
SourceMapSupplier supplier) |
Copyright © 2009-2015 Google. All Rights Reserved.