Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractCompiler.addInputSourceMap(java.lang.String name,
SourceMapInput sourceMap)
Adds a
SourceMapInput for the given sourceFileName , to be used for error
reporting and source map combining. |
void |
Compiler.addInputSourceMap(java.lang.String sourceFileName,
SourceMapInput inputSourceMap) |
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setInputSourceMaps(com.google.common.collect.ImmutableMap<java.lang.String,SourceMapInput> inputSourceMaps)
Sets the input sourcemap files, indexed by the JS files they refer to.
|
Copyright © 2009-2017 Google. All Rights Reserved.