Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
com.google.debugging.sourcemap.proto | |
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.testing |
Modifier and Type | Method and Description |
---|---|
Mapping.OriginalMapping |
SourceMapConsumerV3.getMappingForLine(int lineNumber,
int column) |
Mapping.OriginalMapping |
SourceMapping.getMappingForLine(int lineNumber,
int columnIndex)
Returns the original mapping for the line number and column position found
in the source map.
|
Modifier and Type | Method and Description |
---|---|
Collection<Mapping.OriginalMapping> |
SourceMappingReversable.getReverseMapping(String originalFile,
int line,
int column)
Given a source file, line, and column, return the reverse mapping (source --> target).
|
Modifier and Type | Method and Description |
---|---|
Mapping.OriginalMapping |
Mapping.OriginalMapping.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Mapping.OriginalMapping |
SourceExcerptProvider.getSourceMapping(String sourceName,
int lineNumber,
int columnNumber)
If the source file is associated with an inputSourceMap, does a lookup
for the original file position based on this source map.
|
Mapping.OriginalMapping |
Compiler.getSourceMapping(String sourceName,
int lineNumber,
int columnNumber) |
Modifier and Type | Method and Description |
---|---|
Mapping.OriginalMapping |
SimpleSourceExcerptProvider.getSourceMapping(String sourceName,
int lineNumber,
int columnNumber) |
Copyright © 2009–2023 Google. All rights reserved.