Uses of Class
com.google.javascript.jscomp.deps.SortedDependencies.MissingProvideException
Packages that use SortedDependencies.MissingProvideException
-
Uses of SortedDependencies.MissingProvideException in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that throw SortedDependencies.MissingProvideExceptionModifier and TypeMethodDescriptioncom.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.MissingProvideExceptionModifier and TypeMethodDescriptionSortedDependencies.getInputProviding
(String symbolName) Return the input that gives us the given symbol.