You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[jakezatecky#171] Allow Parent Nodes to Have an Empty children Array
In computer science terms, a node without any children is a "leaf". But
in practical use, it's common to run into structures (e.g. empty folders
in file systems) where a node is still a parent because it does not
_yet_ have children but has the capacity to have children in the future.
Closesjakezatecky#171.
0 commit comments