Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.transpile | |
com.google.javascript.refactoring |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandLineRunner<A extends Compiler,B extends CompilerOptions>
Implementations of AbstractCommandLineRunner translate flags into Java
API calls on the Compiler.
|
Modifier and Type | Method and Description |
---|---|
protected Compiler |
CommandLineRunner.createCompiler() |
Constructor and Description |
---|
ProcessCommonJSModules(Compiler compiler)
Creates a new ProcessCommonJSModules instance which can be used to
rewrite CommonJS modules to a concatenable form.
|
ProcessCommonJSModules(Compiler compiler,
boolean reportDependencies)
Creates a new ProcessCommonJSModules instance which can be used to
rewrite CommonJS modules to a concatenable form.
|
ProcessEs6Modules(Compiler compiler)
Creates a new ProcessEs6Modules instance which can be used to rewrite
ES6 modules to a concatenable form.
|
RewriteJsonToModule(Compiler compiler)
Creates a new RewriteJsonToModule instance which can be used to rewrite JSON files to modules.
|
Modifier and Type | Method and Description |
---|---|
protected Compiler |
BaseTranspiler.CompilerSupplier.compiler() |
Modifier and Type | Method and Description |
---|---|
Compiler |
RefactoringDriver.getCompiler() |
Copyright © 2009-2017 Google. All Rights Reserved.