Uses of Interface
com.google.javascript.jscomp.transpile.Transpiler
-
Packages that use Transpiler Package Description com.google.javascript.jscomp.deps Analyzes information about dependencies between files.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 ClosureBundlerClosureBundler. withEs6ModuleTranspiler(Transpiler newEs6ModuleTranspiler)ClosureBundlerClosureBundler. withTranspiler(Transpiler newTranspiler)ClosureBundlerClosureBundler. 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 classBaseTranspilerBasic Transpiler implementation for outputting ES5 code.classCachingTranspilerA 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 TranspilerTranspiler. NULLNull implementation that does no transpilation at all.Methods in com.google.javascript.jscomp.transpile that return Transpiler Modifier and Type Method Description TranspilerTranspilerBuilder. 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)
-