Bun: bun-v0.0.16 Release

Release date:
September 16, 2021
Previous version:
bun-v0.0.15 (released September 16, 2021)
Magnitude:
13 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in bun-v0.0.16

Jarred-Sumner

Directory Browser for bun-v0.0.16

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • 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 https://github.com/microsoft/TypeScript/issues/4595.