github oxc-project/oxc crates_v0.127.0
oxc crates_v0.127.0

latest release: apps_v1.61.0
8 hours ago

🐛 Bug Fixes

  • 510e344 minifier: Drop this after unconditional super() in derived constructors (#21571) (Dunqing)
  • 67d40f8 parser: Set pure comment index after dedup check to handle lookahead/rewind (#21570) (Dunqing)
  • 9eea064 minifier: Treat this outside 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)

⚡ Performance

  • e45efc5 parser: Reduce try_parse usage in favour of lookahead (#21532) (Boshen)
  • ddb1bf8 parser: Avoid redundant IdentifierReference clone in shorthand property (#21511) (Boshen)
  • be2b392 allocator: Store pointers directly in Arena (#21483) (overlookmotel)

Don't miss a new oxc release

NewReleases is sending notifications on new releases.