| | |
| | | # Changelog |
| | | |
| | | ## v5.46.1 |
| | | |
| | | - Fix extremely slow (seemed like a freeze) `evaluate` of method chains |
| | | - Parse extremely large floating-point number literals as `Infinity` |
| | | - Remove parens from comma expressions in computed property access (`foo[(1, 2)]`) |
| | | |
| | | ## v5.46.0 |
| | | |
| | | - Add "observedAttributes" domprop (#1652) |
| | | - More domprops (mostly `Temporal` related) suggested in #1652 |
| | | |
| | | ## v5.45.0 |
| | | |
| | | - Produce `void 0` instead of `undefined`, which is more safe |
| | | |
| | | ## v5.44.1 |
| | | |
| | | - fix bitwise optimization changing the result of `&&`, `||` |