Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
void |
Compiler.addNewScript(JsAst ast)
Adds a new Script AST to the compile state.
|
void |
Compiler.replaceScript(JsAst ast)
Replaces one file in a hot-swap mode.
|
Constructor and Description |
---|
LazyParsedDependencyInfo(DependencyInfo delegate,
JsAst ast,
AbstractCompiler compiler) |
Copyright © 2009-2019 Google. All Rights Reserved.