File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 99 <body>
1010 <release version="4.21.0" date="December xx, 2025" description="Bugfixes">
1111 <action type="update" dev="RhinoTeam">
12- core-js: Implement support for destructuring in 'catch' to support things like 'catch ({message})' or 'catch ([a, b])'.
12+ core-js: improved interpreter performance by avoiding the need for activation frames
1313 </action>
1414 <action type="update" dev="RhinoTeam">
15- core-js: incorrect destructuring in for loops handled at parse time.
15+ core-js: an off-by-one error in the lexer when encountering EOF fixed
16+ </action>
17+ <action type="update" dev="RhinoTeam">
18+ core-js: initialise 'CallSite' against top level scope
19+ </action>
20+ <action type="update" dev="RhinoTeam">
21+ core-js: implement support for destructuring in 'catch' to support things like 'catch ({message})' or 'catch ([a, b])'
22+ </action>
23+ <action type="update" dev="RhinoTeam">
24+ core-js: incorrect destructuring in for loops handled at parse time
1625 </action>
1726 <action type="update" dev="rbri">
18- neko: inserted tags are in lower case (at least if the option for uppercase tag names is not set).
27+ neko: inserted tags are in lower case (at least if the option for uppercase tag names is not set)
1928 </action>
2029 </release>
2130
You can’t perform that action at this time.
0 commit comments