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 TranspilerBuilder
TranspilerBuilder. caching()
Returns a TranspilerBuilder with cached transpilations, using the default cache settings (maximum size of 10,000).TranspilerBuilder
TranspilerBuilder. caching(com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder)
Returns a TranspilerBuilder with cached transpilations, using the given cache builder.TranspilerBuilder
TranspilerBuilder. caching(java.lang.String spec)
Returns a TranspilerBuilder with cached transpilations, using the given cache spec.static TranspilerBuilder
TranspilerBuilder. toEs5()
Returns a new TranspilerBuilder that transpiles down to ES5.
-