Uses of Package
com.google.javascript.jscomp.transpile
-
Packages that use com.google.javascript.jscomp.transpile Package Description com.google.javascript.jscomp.deps com.google.javascript.jscomp.transpile -
Classes in com.google.javascript.jscomp.transpile used by com.google.javascript.jscomp.deps Class Description Transpiler Common interface for a transpiler. -
Classes in com.google.javascript.jscomp.transpile used by com.google.javascript.jscomp.transpile 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.Transpiler Common interface for a transpiler.TranspilerBuilder Basic Transpiler implementation for outputting ES5 code.TranspileResult The result of transpiling a single file.