Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-20 | Add test-d files for eventemitter | 2 | -0/+19 | ||
2023-03-20 | Make event emitter type-safe (#2414) | 1 | -21/+35 | ||
* Add filePath property on MatchedRoute * Fix #1880 #851 * Fix #1972 as well * FMC * Bump querystring-es3 * fix querystring status * Fix typos in docs * Make event-emitter by default type-safe * Remove Makefile.save * Resolve merge conflict * Tweaks --------- Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-03-20 | docs: update moduleResolution to bundler (#2429) | 5 | -17/+24 | ||
* docs: update moduleResolution to bundler * docs: bundler as well * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-03-20 | "bun-create" example "postinstall"→"preinstall" (#2441) | 1 | -1/+1 | ||
"postinstall" is listed twice in the example for the "bun-create" section of package.json. Based on the context and content of the echo commands I believe the intent is that the first "postinstall" should be "preinstall". This change corrects this. | |||||
2023-03-20 | Support directories in ZSH run completions (#2425) | 1 | -17/+4 | ||
* Support scripts in dirs in zsh run completions * add back wasm support | |||||
2023-03-20 | Fix example for "bun pm ls" (#2440) | 1 | -0/+1 | ||
2023-03-20 | Update install.mdbun-v0.5.8 | 1 | -2/+2 | ||
2023-03-20 | Implement simple `workspaces` glob support in bun install (#2435) | 5 | -219/+410 | ||
* [bun install] Implement `packages/*`-style globs * Fix incorrect assertion * :nail_care: * remove extraneous console.log * Fix pointer to stack memory * Add a test with a scoped package name from a glob workspace * Fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-03-19 | Finish the upgrade | 1 | -12/+10 | ||
2023-03-19 | remove `addLog`, remove `--prominent-compile-errors` | 2 | -34/+14 | ||
2023-03-19 | Fix bug with scoped aliased dependencies in bun install on macOS | 3 | -3/+16 | ||
2023-03-19 | remove unnecessary check (#2432) | 1 | -3/+0 | ||
2023-03-19 | add some extra abort checks into streams (#2430) | 1 | -3/+9 | ||
* add some checks to avoid UAF * avoid multiple calls to finalize if endFromJS is called more than once * fix no-op comment * mark as requested_end on abort * remove requested_end from abort | |||||
2023-03-19 | Reduce number of module scopes created | 5 | -9/+13 | ||
2023-03-19 | [bun test] Implement `--rerun-each` flag to run each test N times | 2 | -38/+64 | ||
2023-03-19 | Prevent undefined memory access | 1 | -1/+1 | ||
2023-03-19 | Remove -g | 1 | -2/+2 | ||
2023-03-19 | Set -O2 and -fno-rtti | 1 | -2/+2 | ||
2023-03-19 | Remove usages of port numbers in tests | 6 | -246/+269 | ||
2023-03-19 | Several bug fixes (#2427) | 24 | -251/+635 | ||
* Fix test * Fix segfault when unexpected type is passed in `expect().toThrow` * Fix issues with request constructor * Don't bother cloning headers when its empty * woops * more tests * fix incorrect test * Make the fetch error messages better * Update response.zig * Fix test that failed on macOS * Fix test * Remove extra hash table lookups * Support running dummy registry directly cc @alexlamsl * Update test * Update test * fixup * Workaround crash in test runner * Fixup test * Fixup test * Update os.test.js --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-03-18 | 0 length body is a null stream | 1 | -2/+3 | ||
2023-03-18 | Hanging abort test | 1 | -1/+3 | ||
2023-03-18 | Make this test more thorough | 1 | -2/+12 | ||
2023-03-18 | Update UWS | 1 | -0/+0 | ||
cc @cirospaciari | |||||
2023-03-18 | Fix out of bounds access | 1 | -19/+9 | ||
Repro'd in Buffer tests | |||||
2023-03-18 | Always clear timers in node test harness | 1 | -12/+30 | ||
2023-03-18 | [node:net] Fix issue with `listen` callback firing before it's listening | 1 | -1/+10 | ||
2023-03-18 | Make node-net tests less flaky | 1 | -6/+10 | ||
2023-03-18 | [fetch] Make the default body value `null` when unspecified | 4 | -15/+58 | ||
This is better aligned with the fetch spec | |||||
2023-03-18 | Fix crash when rendering error page and the server or network is slow | 1 | -0/+1 | ||
2023-03-18 | docs: Use correct url in the 'Issues' link in README header (#2420) | 1 | -1/+1 | ||
2023-03-18 | :nail_care: | 1 | -2/+2 | ||
2023-03-18 | Fix several bugs (#2418) | 7 | -16/+93 | ||
* utf16 codepoint with replacement character * Fix test failure with `TextEncoder("ascii')` * Add missing type * Fix Response.prototype.bodyUsed and Request.prototype.bodyUsed * Fix bug with scrypt error not clearing * Update server.zig * oopsie | |||||
2023-03-17 | Fix various fetch/response/request tests (#2416) | 20 | -156/+428 | ||
* fix most fetch tests, skip a few * fastGet, toValueGC, and invalid init * bigint unreachable, range error, log process as process * remove extra fetch_headers * remove js_type parameter, check isObject() * throw invalid mime type error, use enum literal * switch back to promise rejection * RangeError pascal case | |||||
2023-03-17 | Feat(test): add toMatch (#2404) | 8 | -8/+155 | ||
2023-03-16 | Remove old Docker workflow | 1 | -47/+0 | ||
2023-03-16 | Remove test Dockerfile | 1 | -4/+0 | ||
2023-03-16 | Organize Dockerfiles for official status | 10 | -55/+287 | ||
2023-03-15 | remove trailing comma | 1 | -4/+4 | ||
2023-03-15 | Fix socket tests with connection errors (#2403) | 2 | -1/+11 | ||
* release pending activity with connection error handler * unref poll_ref | |||||
2023-03-15 | Rename `expectObjectTypeCount` to `expectMaxObjectTypeCount` | 4 | -13/+28 | ||
2023-03-15 | feat(expect): update toBeInstanceOf (#2396) | 7 | -27/+49 | ||
* feat: update instanceof binding * fix: according to PR comments | |||||
2023-03-15 | Make the test work in any timezone | 1 | -9/+9 | ||
2023-03-15 | Fixes #2399 | 3 | -12/+38 | ||
2023-03-15 | fix gc-related flaky test failures (#2402) | 9 | -100/+96 | ||
2023-03-15 | Remove nested tests from harness | 1 | -89/+27 | ||
2023-03-15 | Improve reliability of generated tests | 27 | -821/+921 | ||
2023-03-15 | :white_check_mark: some test matchers | 1 | -2/+2 | ||
2023-03-15 | fix `gc` import from harness | 2 | -13/+3 | ||
2023-03-15 | Case sensitive | 1 | -5/+4 | ||