Skip to content

v11.24.1

Choose a tag to compare

@oxc-guard oxc-guard released this 12 Jul 13:56
Immutable release. Only release title and notes can be modified.
b6f9b5f

🚀 Features

  • expose tsconfig paths resolve method without file existence check (#1282) (by @sapphi-red)
  • add ResolveError::TsconfigLoadFailed for tsconfig read and parse failures (#1287) (by @shulaoda)

🚜 Refactor

  • replace cfg-if dependency with std cfg_select! macro (#1290) (by @Boshen)

📚 Documentation

⚡ Performance

  • (cache) reuse the child path when its parent canonicalizes to itself (#1288) (by @Boshen)
  • (napi) shrink release binaries (path remap + build-std without backtrace) (#1283) (by @Boshen)

Contributors