glass-easel
glass-easel copied to clipboard
Allow breaking subtree for element-iterator
- Added type for ElementIterator, which is mostly the same as
shadow-decendants-root-first
orcomposed-decendants-root-first
but skips iterate on the subtree when callback returns false instead of breaking the whole iteration.-
shadow-decendants-subtree
-
composed-decendants-subtree
-
- Fix iteration breaking on
shadow-decendants-root-first
andshadow-decendants-root-last