Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private class |
TypedScopeCreator.GlobalScopeBuilder
A shallow traversal of the global scope to build up all classes,
functions, and methods.
|
private class |
TypedScopeCreator.LocalScopeBuilder
A shallow traversal of a local scope to find all arguments and
local variables.
|