Readonly
dependencies: Iterable<Interfaces.DependencyNode>Private
Readonly
nodePrivate
Readonly
nodeAll the nodes that depend on this node, and all the nodes that those nodes depend on, and so on. Uses a depth-first search.
All the nodes that this node depends on, and all the nodes that depend on those nodes, and so on. Uses a depth-first search.
All the nodes that depend on this node.
All the nodes that this node depends on.
Private
getPrivate
getRegisters a new dependant
The node that depends on this node.
Protected
registerGenerated using TypeDoc
Represents a node in the dependency tree.