Interface | Description |
---|---|
Source.Transformer |
An automorphic transformation on sources.
|
Class | Description |
---|---|
CachedTransformer |
A Transformer that caches output from a delegate transformer.
|
Source |
An abstract representation of a source file.
|
Source.Builder |
Builder for Source instances.
|
Transpiler |
A source transformer for lowering JS language versions.
|
Transpiler.CompileResult |
The source together with the additional compilation results.
|
Transpiler.CompilerSupplier |
Wraps the Compiler into a more relevant interface, making it easy to test the Transpiler
without depending on implementation details of the Compiler itself.
|
Copyright © 2009-2017 Google. All Rights Reserved.