Uses of Class
com.google.javascript.jscomp.deps.SortedDependencies.MissingProvideException
-
Packages that use SortedDependencies.MissingProvideException Package Description com.google.javascript.jscomp com.google.javascript.jscomp.deps -
-
Uses of SortedDependencies.MissingProvideException in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that throw SortedDependencies.MissingProvideException 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. -
Uses of SortedDependencies.MissingProvideException in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that throw SortedDependencies.MissingProvideException Modifier and Type Method Description INPUT
Es6SortedDependencies. getInputProviding(java.lang.String symbolName)
INPUT
SortedDependencies. getInputProviding(java.lang.String symbol)
Return the input that gives us the given symbol.
-