| CachedTransformer |
A Transformer that caches output from a delegate transformer.
|
| CompilerBasedTransformer |
A source transformer base class.
|
| CompilerBasedTransformer.CompileResult |
The source together with the additional compilation results.
|
| CompilerBasedTransformer.CompilerSupplier |
Wraps the Compiler into a more relevant interface, making it easy to test the
CompilerBasedTransformer without depending on implementation details of the Compiler itself.
|
| CoverageInstrumenter |
A source transformer for instrmenting code for coverage data collection.
|
| CoverageInstrumenter.CompilerSupplier |
Supply options for coverage.
|
| Source |
An abstract representation of a source file.
|
| Source.Builder |
Builder for Source instances.
|
| Transpiler |
A source transformer for lowering JS language versions.
|