See: Description
Interface | Description |
---|---|
SourceMapConsumer |
A SourceMapConsumer is a SourceMapping provide that can parse from a raw
string.
|
SourceMapGenerator |
Collects information mapping the generated (compiled) source back to
its original source for debugging purposes
|
SourceMapping |
Interface for provide a way of mapping (line, column) positions back to
positions in the original (uncompiled) source code.
|
SourceMappingReversable |
A SourceMappingReversable is a SourceMapping that can provide the reverse
(source --> target) source mapping.
|
SourceMapSupplier |
A class for mapping source map names to the actual contents.
|
Class | Description |
---|---|
Base64 |
A utility class for working with Base64 values.
|
FilePosition |
Represents a position in a source file.
|
SourceMapConsumerFactory |
GWT compatible no-op replacement of
SourceMapConsumerFactory |
SourceMapConsumerV3 |
GWT compatible no-op replacement of
SourceMapConsumerV3 |
SourceMapGeneratorFactory | |
SourceMapGeneratorV3 |
GWT compatible no-op replacement for
SourceMapGeneratorV3 |
SourceMapSection |
A class representing a partial source map.
|
Util |
Enum | Description |
---|---|
SourceMapFormat |
A list of currently support SourceMap format revisions.
|
SourceMapSection.SectionType |
Exception | Description |
---|---|
SourceMapParseException |
Throw if an invalid or unknown source map is encountered.
|
Copyright © 2009–2023 Google. All rights reserved.