Uses of Interface
com.google.javascript.jscomp.transpile.Transpiler
-
Packages that use Transpiler Package Description com.google.javascript.jscomp.deps com.google.javascript.jscomp.transpile -
-
Uses of Transpiler in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps with parameters of type Transpiler Modifier and Type Method Description ClosureBundler
ClosureBundler. withEs6ModuleTranspiler(Transpiler newEs6ModuleTranspiler)
ClosureBundler
ClosureBundler. withTranspiler(Transpiler newTranspiler)
ClosureBundler
ClosureBundler. withTranspilers(Transpiler newTranspiler, Transpiler newEs6ModuleTranspiler)
Constructors in com.google.javascript.jscomp.deps with parameters of type Transpiler Constructor Description ClosureBundler(Transpiler transpiler)
ClosureBundler(Transpiler transpiler, Transpiler es6ModuleTranspiler)
-
Uses of Transpiler in com.google.javascript.jscomp.transpile
Classes in com.google.javascript.jscomp.transpile that implement Transpiler Modifier and Type Class Description class
BaseTranspiler
Basic Transpiler implementation for outputting ES5 code.class
CachingTranspiler
A transpiler implementation that delegates to a lower-level implementation on a cache miss.Fields in com.google.javascript.jscomp.transpile declared as Transpiler Modifier and Type Field Description static Transpiler
Transpiler. NULL
Null implementation that does no transpilation at all.Methods in com.google.javascript.jscomp.transpile that return Transpiler Modifier and Type Method Description Transpiler
TranspilerBuilder. build()
Returns the built Transpiler.Constructors in com.google.javascript.jscomp.transpile with parameters of type Transpiler Constructor Description CachingTranspiler(Transpiler delegate, com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder)
-