Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DeclaredGlobalExternsOnWindow
A compiler pass to normalize externs by declaring global names on
the "window" object, if it is declared in externs.
|
private class |
RescopeGlobalSymbols.RemoveGlobalVarCallback
Removes every occurrence of var that declares a global variable.
|
private class |
RescopeGlobalSymbols.RewriteGlobalFunctionStatementsToVarAssignmentsCallback
Rewrites function statements to var statements + assignment.
|
private static class |
TransformAMDToCJSModule.DefineCallbackReturnCallback
Rewrites the return statement of the callback to be an assignment to
module.exports.
|
private static class |
TypedScopeCreator.DiscoverEnumsAndTypedefs |