Skip to content

Bun v0.0.16

Compare
Choose a tag to compare
@Jarred-Sumner Jarred-Sumner released this 16 Sep 10:51
· 10426 commits to main since this release
  • Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue

  • write the version

  • Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not found

    This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from microsoft/TypeScript#4595.