Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private PreprocessorSymbolTable |
ProcessClosurePrimitives.preprocessorSymbolTable |
private PreprocessorSymbolTable |
DefaultPassConfig.preprocessorSymbolTable
A symbol table for registering references that get removed during
preprocessing.
|
private PreprocessorSymbolTable |
ScopedAliases.preprocessorSymbolTable |
Modifier and Type | Method and Description |
---|---|
(package private) PreprocessorSymbolTable |
DefaultPassConfig.getPreprocessorSymbolTable() |
Constructor and Description |
---|
ProcessClosurePrimitives(AbstractCompiler compiler,
PreprocessorSymbolTable preprocessorSymbolTable,
CheckLevel requiresLevel,
boolean preserveGoogRequires) |
ScopedAliases(AbstractCompiler compiler,
PreprocessorSymbolTable preprocessorSymbolTable,
CompilerOptions.AliasTransformationHandler transformationHandler) |