Skip to content

v11.21.0

Choose a tag to compare

@oxc-guard oxc-guard released this 03 Jun 09:40
Immutable release. Only release title and notes can be modified.
6ae46ed

πŸš€ Features

  • (tsconfig) support package.json imports field in extends (#1199) (by @Boshen)

πŸ› Bug Fixes

  • (tsconfig) apply each referenced project's own allowJs (#1198) (by @shulaoda)
  • make symlink_metadata VPath-aware for Yarn PnP (#1183) (by @Boshen)

⚑ Performance

  • borrow relative main field instead of allocating a "./" prefix (#1187) (by @Boshen)
  • (cache) move package.json path into parse instead of cloning (#1186) (by @Boshen)
  • eliminate symlink stat syscalls by reusing canonicalization (#1184) (by @Boshen)
  • reduce resolution syscalls by unifying stat and lstat (#1182) (by @Boshen)

πŸ’Ό Other

  • add baselines for each package manager x node_modules layout (#1176) (by @Boshen)

Contributors