🐛 Bug Fixes
- 510e344 minifier: Drop
thisafter unconditionalsuper()in derived constructors (#21571) (Dunqing) - 67d40f8 parser: Set pure comment index after dedup check to handle lookahead/rewind (#21570) (Dunqing)
- 9eea064 minifier: Treat
thisoutside constructor as side-effect free (#21568) (Dunqing) - 385eb94 minifier: Preserve annotation comments when inlining single-use variables during DCE (#21567) (Dunqing)
- 48967e8 isolated_declarations: Drop required type check for private parameter properties on private constructors (#21515) (Dunqing)
- 91e5bde transformer/typescript: Preserve computed-key static block when class has an empty constructor (#21562) (Dunqing)
- 50e9d26 mangler: Assign correct slot to shadowed function-expression names (#21535) (Dunqing)
- 065ce47 isolated_declarations: Collect types from private accessors for paired inference (#21516) (Dunqing)
- 00fc136 codegen: Preserve coverage comments before object properties (#21312) (bab)
- d676e0c minifier: Mark LHS of
??=as read when converting from== null &&(#21546) (Gunnlaugur Thor Briem)