Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
SourceMap.Format |
CompilerOptions.sourceMapFormat
The source map file format
|
Modifier and Type | Method and Description |
---|---|
static SourceMap.Format |
SourceMap.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceMap.Format[] |
SourceMap.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setSourceMapFormat(SourceMap.Format sourceMapFormat) |
AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setSourceMapFormat(SourceMap.Format format)
The source map format to use, if generated.
|
Copyright © 2009-2016 Google. All Rights Reserved.