Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.testing | |
com.google.javascript.refactoring |
Modifier and Type | Method and Description |
---|---|
protected Compiler |
CommandLineRunner.createCompiler() |
Modifier and Type | Method and Description |
---|---|
void |
JSModule.sortInputsByDeps(Compiler compiler)
Puts the JS files into a topologically sorted order by their dependencies.
|
Constructor and Description |
---|
ProcessCommonJSModules(Compiler compiler,
ES6ModuleLoader loader)
Creates a new ProcessCommonJSModules instance which can be used to
rewrite CommonJS modules to a concatenable form.
|
ProcessCommonJSModules(Compiler compiler,
ES6ModuleLoader loader,
boolean reportDependencies)
Creates a new ProcessCommonJSModules instance which can be used to
rewrite CommonJS modules to a concatenable form.
|
ProcessEs6Modules(Compiler compiler,
ES6ModuleLoader loader,
boolean reportDependencies)
Creates a new ProcessEs6Modules instance which can be used to rewrite
ES6 modules to a concatenable form.
|
Modifier and Type | Method and Description |
---|---|
static void |
BlackHoleErrorManager.silence(Compiler compiler)
Compiler prints to the console by default. |
Modifier and Type | Method and Description |
---|---|
Compiler |
RefactoringDriver.getCompiler() |
Copyright © 2009-2015 Google. All Rights Reserved.