Package com.google.debugging.sourcemap
package com.google.debugging.sourcemap
-
ClassDescriptionA utility class for working with Base64 values.We encode our variable length numbers as base64 encoded strings with the least significant digit coming first.A simple interface for advancing through a sequence of characters, that communicates that advance back to the source.Represents a position in a source file.A SourceMapConsumer is a SourceMapping provide that can parse from a raw string.Detect and parse the provided source map.Class for parsing version 3 of the SourceMap format, as produced by the Closure Compiler, etc.A list of currently support SourceMap format revisions.Collects information mapping the generated (compiled) source back to its original source for debugging purposesCollects information mapping the generated (compiled) source back to its original source for debugging purposes.This interface provides the merging strategy when an extension conflict appears because of merging two source maps on method
SourceMapGeneratorV3.mergeMapSection(int, int, java.lang.String)
.Wraps a JsonObject to provide a V3 source map.Java implementation of the source map parser.Throw if an invalid or unknown source map is encountered.Interface for provide a way of mapping (line, column) positions back to positions in the original (uncompiled) source code.A SourceMappingReversable is a SourceMapping that can provide the reverse (source → target) source mapping.A class representing a partial source map.A class for mapping source map names to the actual contents.