Uses of Class
com.google.javascript.jscomp.transpile.TranspileResult
Packages that use TranspileResult
-
Uses of TranspileResult in com.google.javascript.jscomp.transpile
Methods in com.google.javascript.jscomp.transpile that return TranspileResultModifier and TypeMethodDescriptionTranspileResult.embedSourcemap()
TranspileResult.embedSourcemapBase64()
TranspileResult.embedSourcemapUrl
(String url) Transforms the given chunk of code.Method parameters in com.google.javascript.jscomp.transpile with type arguments of type TranspileResultModifier and TypeMethodDescriptionTranspilerBuilder.caching
(com.google.common.cache.CacheBuilder<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 TranspileResultModifierConstructorDescriptionCachingTranspiler
(Transpiler delegate, com.google.common.cache.CacheBuilder<Object, ? super TranspileResult> builder)