Class JSModuleGraph

java.lang.Object
com.google.javascript.jscomp.JSModuleGraph

public class JSModuleGraph extends 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.