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