v0.6.0
- Fixes a bug where some child->parent edges were missed (#44)
- Adds two new fields on
ModuleGraphNode
,directParents
(corresponding to normal imports) andlazyParents
(corresponding to dynamic imports). These can be useful for analyzing the module graph.