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