Uses of Interface
com.google.javascript.jscomp.transpile.Transpiler
Packages that use Transpiler
-
Uses of Transpiler in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps with parameters of type TranspilerModifier and TypeMethodDescriptionClosureBundler.withEs6ModuleTranspiler(Transpiler newEs6ModuleTranspiler) ClosureBundler.withTranspiler(Transpiler newTranspiler) ClosureBundler.withTranspilers(Transpiler newTranspiler, Transpiler newEs6ModuleTranspiler) Constructors in com.google.javascript.jscomp.deps with parameters of type TranspilerModifierConstructorDescriptionClosureBundler(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 TranspilerModifier and TypeClassDescriptionfinal classBasic Transpiler implementation for outputting ES5 code.final classA transpiler implementation that delegates to a lower-level implementation on a cache miss.Fields in com.google.javascript.jscomp.transpile declared as TranspilerModifier and TypeFieldDescriptionstatic final TranspilerTranspiler.NULLNull implementation that does no transpilation at all.Methods in com.google.javascript.jscomp.transpile that return TranspilerConstructors in com.google.javascript.jscomp.transpile with parameters of type TranspilerModifierConstructorDescriptionCachingTranspiler(Transpiler delegate, com.google.common.cache.CacheBuilder<Object, ? super TranspileResult> builder)