Summary: Bun launches v1.3.6 with new Archive and JSONC APIs
Why It Matters: Bun is expanding its built-in toolkit to handle more complex file tasks like compression and JSON parsing with comments. This makes it even easier for developers to stop using external libraries.
What Changed:
Bun.Archive API for creating and extracting tarballs with gzip.Bun.JSONC API for parsing JSON files that contain comments.