Uses of Class
com.google.javascript.jscomp.JSChunkGraph.MissingChunkException
-
Packages that use JSChunkGraph.MissingChunkException Package Description com.google.javascript.jscomp -
-
Uses of JSChunkGraph.MissingChunkException in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that throw JSChunkGraph.MissingChunkException 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.
-