Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-04 | Update run-test-manually.yml | 1 | -0/+1 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -1/+1 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -1/+3 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -2/+2 | ||
2023-03-04 | Rename packages/bun-test to packages/bun-internal-test | 6 | -0/+0 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -0/+1 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -1/+1 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -1/+1 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -1/+0 | ||
2023-03-04 | Add a manual test running action | 1 | -0/+35 | ||
2023-03-04 | Delete broken CI action | 1 | -25/+0 | ||
2023-03-04 | docs: Fix invalid default port on bun-types docs (#2300) | 1 | -1/+1 | ||
2023-03-04 | docs(websocket): change server port on example to default port (#2301) | 1 | -2/+2 | ||
Current example will fail without explicitly configure the server to use port 8080. Hence, replacing it with default port (3000). | |||||
2023-03-04 | [install] use `latest` tagged version if in range (#2302) | 2 | -4/+68 | ||
2023-03-04 | fix(bunx): can't resolve executable for scoped packages (#2293) | 2 | -2/+43 | ||
Fixes #2292 | |||||
2023-03-03 | fix(node:http): match Node headers casing (lowercase only) (#2288) | 3 | -1/+28 | ||
* fix(node:http): match Node headers casing (lowercase only) * fix(JSFetchHeaders): `WTFMove` the ascii string | |||||
2023-03-03 | Update Dockerfile | 1 | -0/+4 | ||
2023-03-03 | Update bindings.zig | 1 | -7/+14 | ||
2023-03-03 | `BigInt64Array` and `BigUint64Array` are typed arrays too | 1 | -1/+13 | ||
Fixes #2296 | |||||
2023-03-03 | fix(bunx): Show usage when calling bunx without arguments (#2295) | 2 | -17/+45 | ||
* Make sure to return a helpful error message if no args are passed to bunx * Add tests for bunx without args | |||||
2023-03-03 | Improve types for `node:http` (#2284) | 7 | -249/+1204 | ||
* Document node:http * Fix test * Fix default * Fix default | |||||
2023-03-03 | Fix broken async test example (#2291) | 1 | -1/+1 | ||
2023-03-03 | Update react-dom-render.bun.js | 1 | -2/+2 | ||
2023-03-03 | react-dom/server@next | 1 | -5/+4 | ||
2023-03-03 | Fix http server req url (#2285) | 2 | -2/+3 | ||
* fix: http url add search query * fix: add tests | |||||
2023-03-02 | docs: Fix variable name in transpiler API docs (#2281) | 1 | -2/+2 | ||
2023-03-02 | Fix update zls version in devcontainer (#2280) | 1 | -2/+1 | ||
* fix: update zls version for new zig * fix: rm outdated vscode extension --------- Co-authored-by: Zhiyuan Guo <zhiyuan.guo@shopee.com> | |||||
2023-03-02 | Update Makefile | 1 | -2/+1 | ||
2023-03-02 | Add a zig fmt action (#2277) | 117 | -4295/+1764 | ||
* Add a zig fmt action * add failing file * Setup prettier better * Update prettier-fmt.yml * Fail on error * Update prettier-fmt.yml * boop * boop2 * tar.gz * Update zig-fmt.yml * Update zig-fmt.yml * Update zig-fmt.yml * Update zig-fmt.yml * Update zig-fmt.yml * boop * Update prettier-fmt.yml * tag * newlines * multiline * fixup * Update zig-fmt.yml * update it * fixup * both * w * Update prettier-fmt.yml * prettier all the things * Update package.json * zig fmt * ❌ ✅ * bump * . * quotes * fix prettier ignore * once more * Update prettier-fmt.yml * Update fallback.ts * consistentcy --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-03-02 | Add fs/promises tests and migrate fs.test.js to TypeScript (#2279) | 7 | -42/+103 | ||
2023-03-02 | fix(os.tmpdir()) strip trailing slash on *unix machines (#2276) | 2 | -100/+83 | ||
* fix(os.tmpdir()) strip trailing slash on *unix machines * make use of strings.withoutTrailingSlash(dir); | |||||
2023-03-02 | Add separate bun-types release CI (#2275) | 3 | -43/+99 | ||
* Release on every commit * Remove bun-types publish from bun-release-canary * Undo formatting changes | |||||
2023-03-02 | Ensure prettier knows where to look | 6 | -5/+24 | ||
2023-03-02 | add tests for scoped dependency aliasing (#2271) | 3 | -15/+111 | ||
2023-03-02 | fix tmp dir in fetch.tests.js (#2270) | 1 | -1/+2 | ||
2023-03-02 | Remake typings for FFI dlopen/linkSymbols + introduce Pointer type (#2227) | 4 | -28/+222 | ||
* Give dlopen & linkSymbols typings for exported functions * Fix lookup table * Fully change over to Pointer + fix examples * add back header for typings * Fix tsc errors * Run formatter on ffi.d.ts * Revert args/return type change * Add type tests for ffi --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-03-02 | put AbortSignal in WebCore namespace (#2267) | 9 | -69/+70 | ||
2023-03-02 | only free sink after promises solves (#2268) | 2 | -10/+10 | ||
2023-03-02 | Fix `Bun.sleepSync` to actually use milliseconds (#2242) | 3 | -5/+57 | ||
* Fix Bun.sleep/sleepSync to actually use milliseconds `Bun.sleepSync` was accidentally treating its argument as seconds rather than milliseconds as the docs stated. This is a breaking change in that the function now behaves as documented. Fixed relevant tests. * sleepSync: add more argument checking, tests | |||||
2023-03-01 | fix(bindings): mark `JSCInitialize` (#2265) | 1 | -0/+1 | ||
2023-03-01 | Add page descriptions (#2260) | 1 | -46/+132 | ||
* Add page descriptions * Update bun install * Description tweaks * Tweaks | |||||
2023-03-01 | fix bun server segfault with abortsignal (#2261) | 3 | -133/+79 | ||
* removed redundant tests, fixed server segfault * fix onRejectStream, safer unassign signal * fix abort Bun.serve signal.addEventListener on async * move ctx.signal null check up * keep original behavior of streams onAborted | |||||
2023-03-01 | fix(node:http): match Node `http.request()` GET/HEAD w/ body (#2262) | 2 | -2/+31 | ||
2023-03-01 | Add a test for https request in node:http | 2 | -17/+28 | ||
2023-03-01 | fix(node:http/https): fix passing `URL` objs to `http.request`(#2253) (#2258) | 2 | -43/+63 | ||
* fix(node:http/https): fix passing `URL` objs to `http.request`(#2253) * fix(node:http): hoist debug env var * fix(node:http): make body `undefined` when falsy | |||||
2023-03-01 | Revert "Update clap (#2238)" | 16 | -290/+1840 | ||
This reverts commit 7b9a17f9d7106ffd8e553a5192aba60d14ea5e9c. | |||||
2023-03-01 | Revert "Add `-D`, `--dev` flags for bun install (#2240)" | 1 | -9/+9 | ||
This reverts commit ec20fae57f96a835562b154730957ecc4015ba31. | |||||
2023-03-01 | Use GitHub action ID instead of SHA for test workflow | 1 | -1/+1 | ||
2023-03-01 | avoids segfault after aborted onReject in Bun.serve streams (#2256) | 1 | -7/+8 | ||
* avoids segfault after aborted on reject * silence err on handleRejectStream after aborted | |||||
2023-03-01 | Run tests in CI for bun-linux-aarch64 | 2 | -1/+30 | ||