Package | Description |
---|---|
com.google.javascript.jscomp.transpile |
Modifier and Type | Method and Description |
---|---|
TranspileResult |
TranspileResult.embedSourcemap() |
TranspileResult |
TranspileResult.embedSourcemapUrl(java.lang.String url) |
TranspileResult |
Transpiler.transpile(java.net.URI path,
java.lang.String code)
Transforms the given chunk of code.
|
TranspileResult |
CachingTranspiler.transpile(java.net.URI path,
java.lang.String code) |
TranspileResult |
BaseTranspiler.transpile(java.net.URI path,
java.lang.String code) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CachingTranspiler(Transpiler delegate,
com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder) |
Copyright © 2009-2019 Google. All Rights Reserved.