| 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) |
| Constructor and Description |
|---|
CachingTranspiler(Transpiler delegate,
com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder) |
Copyright © 2009-2018 Google. All Rights Reserved.