var Button = () => { return
Button!
; }; var Bar = () => { return (
Plain text
← A child div
); }; // It failed while parsing this function. // The bug happened due to incorrectly modifying scopes_in_order // The fix was using tombstoning instead of deleting // The fix also resolved some performance issues. var Baz = () => { return (
Plain text
← A child div
); };