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 TranspileResultTranspileResult. embedSourcemap()TranspileResultTranspileResult. embedSourcemapUrl(java.lang.String url)TranspileResultBaseTranspiler. transpile(java.net.URI path, java.lang.String code)TranspileResultCachingTranspiler. transpile(java.net.URI path, java.lang.String code)TranspileResultTranspiler. 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 TranspilerBuilderTranspilerBuilder. 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)
-