| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Compiler.addInputSourceMap(java.lang.String sourceFileName,
SourceMapInput inputSourceMap) |
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. |
| 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-2020 Google. All Rights Reserved.