Package com.google.javascript.jscomp.serialization
package com.google.javascript.jscomp.serialization
-
ClassDescriptionA set of
Color
s reconstructed from possibly manyTypePool
protos.CollectsTypePool
s and other data intoColorPool.ShardView
s and then reconciles them into a singleColorPool
.A view of the pool based on one of the input shards.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.Utilities for serializing and deserializing JSDoc necessary for optimzations.Emitted when deserialization sees a TypedAst with semantic errors.Configuration options for serialization time.Builder forSerializationOptions
.A compiler pass intended to serialize the types in the AST.Aggregates strings into aStringPool
BuilderDeserializes a list of TypedAst protos into the JSCompiler AST structure.The result of deserializing a TypedAst.List