🚀 Features
- 4fec907 formatter: Add JSDoc comment formatting support (#19828) (Dunqing)
- 07128b0 semantic: Report error for
await usingin class static block (#20535) (camc314) - 728fc8d semantic: Improve diagnostic for
awaitin static block (#20534) (camc314) - 76cd0b1 ast: Add method to retrieve
SymbolIds from BindingPattern (#20532) (camc314)
🐛 Bug Fixes
- 3d76121 transformer: Incorrect output with multiple JSX spread children in automatic mode (#20647) (Dunqing)
- 5e893d7 jsdoc: Parse tags after interval notation in descriptions (#20046) (camc314)
⚡ Performance
- 9a622c7 linter/plugins: Lazy deserialize tokens and comments (#20474) (overlookmotel)
- 89946e1 ast: Mark
AstKind::addressas#[inline](#20586) (overlookmotel) - 3420abb ast: Mark
AstKind::spanas#[inline](#20585) (overlookmotel) - c6ea0a0 ast: Place
NodeIdfield afterSpanin structs (#20584) (overlookmotel) - d176ecc napi/parser, oxlint/plugins: Shorten deserializer for
WithClause(#20575) (overlookmotel)