Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-15 | react testsintegration-tests | 5 | -14/+14301 | ||
2023-05-15 | fix test | 1 | -2/+2 | ||
2023-05-11 | work on vue integration | 7 | -25/+58 | ||
2023-05-11 | start vue tests | 10 | -15/+178 | ||
2023-05-11 | stuff | 5 | -86/+26 | ||
2023-05-11 | react client integration test | 15 | -0/+361 | ||
2023-05-11 | forgot to commit this | 1 | -5/+23 | ||
2023-05-11 | call stop before emit | 1 | -1/+1 | ||
2023-05-11 | fixup | 1 | -1/+2 | ||
2023-05-11 | [node:http] handle errors generated by fetch | 1 | -28/+33 | ||
2023-05-11 | [node:http] Fix `close()` to accept a callback and implement ↵ | 1 | -5/+23 | ||
`closeAllConnections` | |||||
2023-05-11 | Fix `OutputKind`, add "use client" and "use server" | 2 | -3/+20 | ||
2023-05-11 | bundler tests and improve `Bun.build` return type (#2833) | 46 | -299/+1100 | ||
* importstar_ts * tests * run acorn test suite * bench tweaks * test * bun.build tests very incomplete * remove dataurl and base64 loaders from tests since they dont work yet * tests * stuff * stuff * add errors and array of blobs * work so far * docs * requested changes * fix overwrite docs * remove this file | |||||
2023-05-11 | fix child process tests (#2584) | 2 | -13/+8 | ||
* always handle exit on next tick * emit spawn immediately | |||||
2023-05-11 | fix redirect: \'manual\' and setTimeout on node:http request (#2848) | 2 | -8/+23 | ||
2023-05-11 | fix(fs) mkdtemp and mkdtempSync errors (#2851) | 3 | -9/+36 | ||
* fix mkdtemp * fmt * fix errno | |||||
2023-05-11 | add tests for ws.close (#2844) | 1 | -0/+144 | ||
* add tests for ws.close * add timeout on ws.close tests | |||||
2023-05-11 | add support for { all: true } option on dns.lookup (#2846) | 2 | -2/+30 | ||
2023-05-11 | Report timings for failing tests too | 2 | -6/+16 | ||
2023-05-11 | [bun test] Add timings to successful tests | 3 | -13/+74 | ||
2023-05-10 | Implement `describe.skip` (#2836) | 3 | -4/+177 | ||
* Implement describe.skip * Add more tests to cover hooks | |||||
2023-05-10 | feat(fetch) add redirect: 'error' support (#2845) | 7 | -127/+158 | ||
* add redirect: 'error' support * fix typo * fix typo * refactor FetchRedirect enum * fix FetchRedirect * updated | |||||
2023-05-10 | make sure vars can be hoisted in catch scope (#2847) | 2 | -24/+35 | ||
2023-05-10 | serialize | 1 | -1/+48 | ||
2023-05-10 | Add version | 1 | -2/+8 | ||
2023-05-10 | Implement the benchmark snippet runner minus the sqlite serialization step | 5 | -3/+177 | ||
2023-05-10 | object empty ast | 1 | -1/+1 | ||
2023-05-10 | Prepare to run these automatically | 38 | -44/+72 | ||
2023-05-10 | Fix test failure in scope order verification | 1 | -3/+6 | ||
2023-05-10 | Fix assertion | 1 | -3/+5 | ||
2023-05-10 | Fix incorrect assertion | 1 | -1/+2 | ||
2023-05-10 | Clean-up 85b4be5f7189e51e63672ddc874e7c6e09ae8bef | 4 | -38/+48 | ||
- We don't need to make `Bun__fetch` exported in every C++ header file - We shouldn't return JSObjectRef, its an unnecessary wrapper - The version of `fetch` on the Bun global should be non-configurable so that it is safe for anyone who wants to use that without a user-modifiable one | |||||
2023-05-10 | fix(fetch) fix fetch inheritance (#2842) | 6 | -32/+53 | ||
* patch fetch function inheritance * fmt * fix reserveCapacity and number of arguments for fetch * change Bun.fetch to use Fetch.jsFunction * merge Fetch.jsFunction and Fetch.call * remove commented code | |||||
2023-05-10 | fix closing WS with code and reason (#2843) | 1 | -2/+2 | ||
2023-05-10 | use member from parent scope when hoisting (#2840) | 1 | -1/+1 | ||
2023-05-10 | `bun add` from root folder when call within workspaces (#2841) | 4 | -103/+153 | ||
- ignore invalid `package.json` from parent directories - `echo` new lines from `make` targets correctly | |||||
2023-05-10 | clarify the types more | 2 | -3/+22 | ||
2023-05-10 | Update test | 1 | -1/+1 | ||
2023-05-10 | Implement `BuildArtifact` | 20 | -130/+1433 | ||
2023-05-09 | fix catch scope var declarations (#2839) | 3 | -30/+45 | ||
* use `catch_binding` kind and report errors * make hash optional | |||||
2023-05-10 | [install] operator on root package of workspaces (#2834) | 6 | -92/+352 | ||
- parse `bunfig.toml` from same directory as `package.json` - handle `--cwd` correctly fixes #2592 | |||||
2023-05-09 | Expose bindings for `Map` | 5 | -5/+112 | ||
2023-05-09 | Add `name` property | 5 | -2/+130 | ||
2023-05-09 | Fix extra semicolon | 2 | -15/+1 | ||
2023-05-09 | Fix `make headers` (May 9th 2023 edition) | 1 | -0/+8 | ||
2023-05-09 | RSC | 1 | -0/+1 | ||
2023-05-09 | code splitting option | 1 | -0/+1 | ||
2023-05-09 | resolve rope string before returning (#2838) | 1 | -1/+1 | ||
2023-05-09 | space before label (#2837) | 1 | -1/+5 | ||
2023-05-09 | add `WebAssemblyInstance` and `WebAssemblyGCObject` js types (#2835) | 2 | -2/+8 | ||
* add `WebAssemblyInstance` and `WebAssemblyGCObject` * update c api |