Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-04 | Update runner.node.mjs | 1 | -7/+15 | ||
2023-03-04 | Update runner.node.mjs | 1 | -1/+4 | ||
2023-03-04 | Update runner.node.mjs | 1 | -3/+17 | ||
2023-03-04 | Update runner.node.mjs | 1 | -28/+3 | ||
2023-03-04 | Update runner.node.mjs | 1 | -3/+28 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -2/+2 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -2/+2 | ||
2023-03-04 | Add node runner | 2 | -0/+96 | ||
2023-03-04 | Update runner.ts | 1 | -3/+6 | ||
2023-03-04 | chdir | 1 | -1/+2 | ||
2023-03-04 | oops | 1 | -64/+30 | ||
2023-03-04 | Update run-test-manually.yml | 1 | -3/+8 | ||
2023-03-04 | fixup | 1 | -7/+5 | ||
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 | ||