Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Update typecheck
* Test ci
* Test ci
* Prettify files
|
|
|
|
* Use zsh-compatible syntax in cowsay example
zsh interprets the string !" differently than bash or sh, but we can use single quotes in all of them. See https://unix.stackexchange.com/a/497335/548905.
* Add tests for bun:test with preload scripts
* Look at `stderr` in `bun test --preload` tests
|
|
hopefully fixes an issue reported in Discord
|
|
|
|
* fix proxy authentication
* add auth tests
* remove unused
|
|
|
|
Related message by Jarred: https://discord.com/channels/876711213126520882/876711213126520885/1093286199369682944
If you put `--watch` after the script name, it will not work.
|
|
* `deepEqual` handles slow array indexes
* another test
* oops
* remove bad test
* compare indexes in non-strict mode
* more tests
|
|
|
|
|
|
* Implement `import.meta.main`
* Update main-test-1.js
* Update fs.test.ts
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
* handle `umask()` invalid arguments
* move `bktree-fast` to test root, fix postinstall
* fix fs test
* could be baseline
* handle different timezones
* accidentally deleted tests
* fix hang in `AbortSignal.timeout`
* bring abort tests back
* Revert "bring abort tests back"
This reverts commit 0ff2ad5bf408694ac719b8ba0a38b16070e10201.
* bunx node-gyp
* bun x
* fix typecheck
* test
* Update inspect.test.js
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
|
* Add install bench
* Update scripts and readme
* remove lockfiles
* Format bench
* Add dev instructions
|
|
|
|
|