Uses of Class
com.google.javascript.jscomp.AbstractCommandLineRunner.JsChunkSpec
-
Packages that use AbstractCommandLineRunner.JsChunkSpec Package Description com.google.javascript.jscomp -
-
Uses of AbstractCommandLineRunner.JsChunkSpec in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCommandLineRunner.JsChunkSpec Modifier and Type Method Description static AbstractCommandLineRunner.JsChunkSpec
AbstractCommandLineRunner.JsChunkSpec. create(java.lang.String specString, boolean isFirstChunk)
Method parameters in com.google.javascript.jscomp with type arguments of type AbstractCommandLineRunner.JsChunkSpec Modifier and Type Method Description static java.util.List<JSChunk>
AbstractCommandLineRunner. createJsModules(java.util.List<AbstractCommandLineRunner.JsChunkSpec> specs, java.util.List<CompilerInput> inputs)
Creates module objects from a list of chunk specifications.
-