Package | Description |
---|---|
com.google.javascript.jscomp.transpile |
Modifier and Type | Method and 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 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.
|
Copyright © 2009-2018 Google. All Rights Reserved.