Interface | Description |
---|---|
Source.Transformer |
An automorphic transformation on sources.
|
Class | Description |
---|---|
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.
|
Exception | Description |
---|---|
TranspilationException |
An unchecked exception thrown when transpilation fails due to one or
more errors in the input script.
|
Copyright © 2009-2018 Google. All Rights Reserved.