Uses of Class
com.google.javascript.jscomp.JSChunkGraph.MissingModuleException
-
Packages that use JSChunkGraph.MissingModuleException Package Description com.google.javascript.jscomp -
-
Uses of JSChunkGraph.MissingModuleException in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that throw JSChunkGraph.MissingModuleException Modifier and Type Method Description com.google.common.collect.ImmutableList<CompilerInput>
JSChunkGraph. manageDependencies(AbstractCompiler compiler, DependencyOptions dependencyOptions)
Apply the dependency options to the list of sources, returning a new source list re-ordering and dropping files as necessary.
-