Uses of Class
com.google.javascript.jscomp.transpile.TranspilerBuilder
-
Packages that use TranspilerBuilder Package Description com.google.javascript.jscomp.transpile -
-
Uses of TranspilerBuilder in com.google.javascript.jscomp.transpile
Methods in com.google.javascript.jscomp.transpile that return TranspilerBuilder Modifier and Type Method Description TranspilerBuilderTranspilerBuilder. caching()Returns a TranspilerBuilder with cached transpilations, using the default cache settings (maximum size of 10,000).TranspilerBuilderTranspilerBuilder. caching(com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder)Returns a TranspilerBuilder with cached transpilations, using the given cache builder.TranspilerBuilderTranspilerBuilder. caching(java.lang.String spec)Returns a TranspilerBuilder with cached transpilations, using the given cache spec.static TranspilerBuilderTranspilerBuilder. toEs5()Returns a new TranspilerBuilder that transpiles down to ES5.
-