Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private class |
DisambiguateProperties.FindExternProperties
Finds all properties defined in the externs file and sets them as
ineligible for renaming from the type on which they are defined.
|
private class |
DisambiguateProperties.FindRenameableProperties
Traverses the tree, building a map from field names to Nodes for all
fields that can be renamed.
|
private class |
SymbolTable.ThisRefCollector |
private static class |
TypedScopeCreator.FirstOrderFunctionAnalyzer
Does a first-order function analysis that just looks at simple things
like what variables are escaped, and whether 'this' is used.
|
private static class |
TypeInferencePass.FirstScopeBuildingCallback |
private class |
TypeInferencePass.SecondScopeBuildingCallback |