Uses of Class
com.google.javascript.jscomp.transpile.TranspileResult
-
Packages that use TranspileResult Package Description com.google.javascript.jscomp.transpile -
-
Uses of TranspileResult in com.google.javascript.jscomp.transpile
Methods in com.google.javascript.jscomp.transpile that return TranspileResult Modifier and Type Method Description TranspileResult
TranspileResult. embedSourcemap()
TranspileResult
TranspileResult. embedSourcemapUrl(java.lang.String url)
TranspileResult
BaseTranspiler. transpile(java.net.URI path, java.lang.String code)
TranspileResult
CachingTranspiler. transpile(java.net.URI path, java.lang.String code)
TranspileResult
Transpiler. transpile(java.net.URI path, java.lang.String code)
Transforms the given chunk of code.Method parameters in com.google.javascript.jscomp.transpile with type arguments of type TranspileResult Modifier and Type Method 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 parameters in com.google.javascript.jscomp.transpile with type arguments of type TranspileResult Constructor Description CachingTranspiler(Transpiler delegate, com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder)
-