Class JSModuleGraph


  • public class JSModuleGraph
    extends java.lang.Object
    A JSModule dependency graph that assigns a depth to each module and can answer depth-related queries about them. For the purposes of this class, a module's depth is defined as the number of hops in the longest path from the module to a module with no dependencies.