Interface | Description |
---|---|
Transpiler |
Common interface for a transpiler.
|
Class | Description |
---|---|
BaseTranspiler |
Basic Transpiler implementation for outputting ES5 code.
|
BaseTranspiler.CompileResult |
The source together with the additional compilation results.
|
BaseTranspiler.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.
|
CachingTranspiler |
A transpiler implementation that delegates to a lower-level
implementation on a cache miss.
|
TranspilerBuilder |
Basic Transpiler implementation for outputting ES5 code.
|
TranspileResult |
The result of transpiling a single file.
|
Copyright © 2009-2020 Google. All Rights Reserved.