Describe the bug
Because of this line...
|
} else if (prev.type === 'EachBlock' || prev.type === 'IfBlock' || prev.type === 'AwaitBlock') { |
...and this line...
|
} else if (prev.type === 'EachBlock' || prev.type === 'IfBlock' || prev.type === 'AwaitBlock') { |
...we incorrectly prune sibling selectors when things other than if/each/await blocks are involved. Discovered while working on
#14395
Reproduction
Logs
No response
System Info
Severity
annoyance