Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-01 | Bundle and minify `.exports.js` files. (#3036) | 1 | -588/+0 | ||
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs | |||||
2023-02-08 | handle more cases with util.isErrorbun-v0.5.6 | 1 | -1/+6 | ||
2023-02-04 | Add `isDeepStructEqual` to `node:util` | 1 | -2/+6 | ||
2023-01-31 | Re-run prettier after changes | 1 | -64/+12 | ||
2023-01-16 | Use a reusable symbol | 1 | -2/+1 | ||
2023-01-04 | Fixes #1716 | 1 | -2/+2 | ||
2022-12-19 | New subcommand: `bunx` (#1634) | 1 | -4/+1 | ||
* Implement `bunx` * copy cleanup Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-17 | Use `Buffer.isBuffer` and node:util/types in `util` module | 1 | -0/+635 | ||