Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Class and Description |
---|
FilePosition
Represents a position in a source file.
|
SourceMapFormat
A list of currently support SourceMap format revisions.
|
SourceMapGenerator
Collects information mapping the generated (compiled) source back to
its original source for debugging purposes
|
SourceMapParseException
Throw if an invalid or unknown source map is encountered.
|
SourceMapping
Interface for provide a way of mapping (line, column) positions back to
positions in the original (uncompiled) source code.
|
SourceMapSection
A class representing a partial source map.
|
SourceMapSection.SectionType |
Class and Description |
---|
FilePosition
Represents a position in a source file.
|
SourceMapConsumerV3
GWT compatible no-op replacement of
SourceMapConsumerV3 |
Copyright © 2009–2023 Google. All rights reserved.