Skip to content

v1.1.0

Choose a tag to compare

@smikula smikula released this 23 Mar 01:21
c5ac68e
  • 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.