Package com.google.debugging.sourcemap
package com.google.debugging.sourcemap
Provides utilities to the creation and use of source maps.
-
ClassDescriptionA utility class for working with Base64 values.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 and representing a SourceMap, as produced by the Closure Compiler, Caja-Compiler, etc.Class for parsing version 2 of the SourceMap format, as produced by the Closure Compiler, etc.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.Collects information mapping the generated (compiled) source back to its original source for debugging purposes.Collects information mapping the generated (compiled) source back to its original source for debugging purposes.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.