Uses of Class
com.google.javascript.jscomp.deps.SortedDependencies
Packages that use SortedDependencies
-
Uses of SortedDependencies in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return SortedDependenciesModifier and TypeMethodDescriptionJSChunkGraph.DependencyManagementResult.sorter()Returns the value of thesorterrecord component.Constructors in com.google.javascript.jscomp with parameters of type SortedDependenciesModifierConstructorDescriptionDependencyManagementResult(com.google.common.collect.ImmutableList<CompilerInput> orderedInputs, SortedDependencies<CompilerInput> sorter, com.google.common.collect.ImmutableSet<CompilerInput> entryPointInputs) Creates an instance of aDependencyManagementResultrecord class.