Uses of Class
com.google.javascript.jscomp.deps.ClosureBundler
-
Packages that use ClosureBundler Package Description com.google.javascript.jscomp.deps -
-
Uses of ClosureBundler in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return ClosureBundler Modifier and Type Method Description ClosureBundler
ClosureBundler. disableJ2clMinifier()
ClosureBundler
ClosureBundler. embedSourcemap()
ClosureBundler
ClosureBundler. useEval(boolean useEval)
ClosureBundler
ClosureBundler. withEs6ModuleTranspiler(Transpiler newEs6ModuleTranspiler)
ClosureBundler
ClosureBundler. withPath(java.lang.String newPath)
ClosureBundler
ClosureBundler. withSourceUrl(java.lang.String newSourceUrl)
ClosureBundler
ClosureBundler. withTranspiler(Transpiler newTranspiler)
ClosureBundler
ClosureBundler. withTranspilers(Transpiler newTranspiler, Transpiler newEs6ModuleTranspiler)
-