Skip to content

v11.23.0

Choose a tag to compare

@oxc-guard oxc-guard released this 02 Jul 09:07
Immutable release. Only release title and notes can be modified.
c6d0899

πŸš€ Features

  • (tsconfig) expose outDir, declarationDir, resolveJsonModule, checkJs (#1257) (by @Boshen)

πŸ› Bug Fixes

  • (exports) propagate the last error in array target resolution (#1267) (by @Boshen)

🚜 Refactor

  • deduplicate cross-file helpers, drop stale lint allows (#1269) (by @Boshen)
  • (dts) deduplicate package entry selection and remove dead code (#1266) (by @Boshen)
  • (tsconfig) skip TsConfig deep clone for non-root configs (#1265) (by @Boshen)
  • (alias) compile fallback aliases once at construction (#1264) (by @Boshen)

⚑ Performance

  • (alias) scan a packed first-byte array instead of striding over alias entries (#1260) (by @Boshen)

Contributors