neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.75k stars 147 forks source link

vdom.Helper: findMovedNodes() => enhance the return value #5527

Closed tobiu closed 5 days ago

tobiu commented 5 days ago

a map which contains the actual vnodes feel pointless for future move OPs.

it would be better to get the same structure which we use inside the new flat maps (parent node, index, node, parent path).