ColorDeserializer |
Convert a TypePool (from a single compilation) into Color s.
|
ConvertTypesToColors |
Pass to convert JSType objects from TypeChecking that are attached to the AST into Color objects
whose sole use is to enable running optimizations and delete all other references to JSTypes.
|
JsdocSerializer |
Utilities for serializing and deserializing JSDoc necessary for optimzations.
|
SerializeTypedAstPass |
A compiler pass intended to serialize the types in the AST.
|
StringPool |
|
TypedAstDeserializer |
Class that deserializes a TypedAst proto into the JSCompiler AST structure.
|
TypedAstDeserializer.DeserializedAst |
The result of deserializing a given TypedAst object
|