elsassph / haxe-modular

Haxe-JS code splitting, NPM dependencies bundling, hot-reload
116 stars 14 forks source link

Fix shareGraph infinite loop #83

Closed elsassph closed 6 years ago

elsassph commented 6 years ago

In some cases, resolving a common parent of shared nodes can lead to infinite loop.

kLabz commented 6 years ago

Fixes my issue :+1: