Skip to content

v0.6.0

Compare
Choose a tag to compare
@smikula smikula released this 22 Mar 18:51
5017f60
  • Fixes a bug where some child->parent edges were missed (#44)
  • Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.