Uses of Class
com.google.javascript.jscomp.AbstractCommandLineRunner.JsModuleSpec
-
Packages that use AbstractCommandLineRunner.JsModuleSpec Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of AbstractCommandLineRunner.JsModuleSpec in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCommandLineRunner.JsModuleSpec Modifier and Type Method Description static AbstractCommandLineRunner.JsModuleSpecAbstractCommandLineRunner.JsModuleSpec. create(java.lang.String specString, boolean isFirstModule)Method parameters in com.google.javascript.jscomp with type arguments of type AbstractCommandLineRunner.JsModuleSpec Modifier and Type Method Description static java.util.List<JSModule>AbstractCommandLineRunner. createJsModules(java.util.List<AbstractCommandLineRunner.JsModuleSpec> specs, java.util.List<SourceFile> inputs)Creates module objects from a list of js module specifications.
-