Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-09 | Update bun-types-tests.yml | 1 | -5/+4 | |
2022-11-09 | Only run this for bun-types | 1 | -1/+6 | |
2022-11-09 | Clarify | 1 | -1/+1 | |
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 277 | -2464/+34093 | |
2022-11-09 | Fix #1354 | 6 | -16/+67 | |
2022-11-09 | Support TypeScript `satisfies` | 2 | -1/+86 | |
2022-11-09 | Fixup | 1 | -12/+16 | |
2022-11-09 | Update response.zig | 1 | -3/+2 | |
2022-11-09 | Re-enable workaround for 127.0.0.01 | 3 | -8/+17 | |
2022-11-09 | Error.captureStackTrace implementation (#1476) | 12 | -0/+1579 | |
2022-11-09 | [libarchive][bun install] Fix file permissions not always being passed correc... | 2 | -2/+12 | |
2022-11-08 | [bun install] Support `bin` with `bun link` | 1 | -0/+122 | |
2022-11-08 | Update bindings.cpp | 1 | -0/+1 | |
2022-11-08 | Fixes #1426 | 2 | -3/+23 | |
2022-11-08 | Fix incorrectly reporting URL sizes to GC in some cases | 1 | -1/+11 | |
2022-11-08 | Guard against closing the same pid twice | 1 | -3/+10 | |
2022-11-08 | Only perform this check on macOS | 1 | -8/+14 | |
2022-11-08 | Fixes #1320 | 1 | -1/+2 | |
2022-11-08 | Remove base64 library | 1 | -22/+0 | |
2022-11-08 | handle undefined better | 1 | -7/+7 | |
2022-11-08 | Fix `Buffer.from(text, "base64")` and `Buffer.toString("base64")` | 13 | -1036/+513 | |
2022-11-08 | Fix child_process tests (#1471) | 7 | -237/+497 | |
2022-11-08 | Fix #1473 | 1 | -1/+1 | |
2022-11-08 | Add a test for DOMJIT call version of TextDecoder | 1 | -0/+8 | |
2022-11-08 | Add a couple more tests for `typeof` | 1 | -0/+4 | |
2022-11-08 | Fix failing transpiler tests | 1 | -2/+6 | |
2022-11-08 | 20% faster TextDecoder on small inputs | 6 | -4442/+3963 | |
2022-11-08 | Allow read_only packages to check the cache | 1 | -25/+74 | |
2022-11-08 | Default enable optional dependencies for remote packages | 1 | -1/+1 | |
2022-11-08 | Fix error message | 1 | -1/+1 | |
2022-11-08 | Install optional dependencies for auto-install | 1 | -12/+27 | |
2022-11-08 | Update crypto.js | 1 | -1/+0 | |
2022-11-08 | Stack allocate arguments to make it actually threadsafe | 4 | -6/+3 | |
2022-11-08 | Add missing exports | 1 | -0/+3 | |
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 4 | -49/+111 | |
2022-11-07 | cast | 1 | -1/+1 | |
2022-11-07 | Fix newline normalization | 2 | -5/+13 | |
2022-11-07 | Credit: @Validark | 1 | -1/+1 | |
2022-11-07 | Add more tags to be usable with typeof (#1258) | 1 | -2/+2 | |
2022-11-07 | Remove improper coercion of environment variables (#1256) | 1 | -156/+1 | |
2022-11-07 | Update ZigGlobalObject.cpp | 1 | -2/+3 | |
2022-11-07 | Fix peek test | 1 | -0/+2 | |
2022-11-07 | Return a rejected promise if there was an error | 1 | -0/+3 | |
2022-11-07 | Visit all the fields | 2 | -79/+111 | |
2022-11-07 | clean up some reliability issues with automatic install | 4 | -27/+56 | |
2022-11-07 | Handle threadsafety issue | 1 | -3/+3 | |
2022-11-07 | Fix typo in Dockerfile (#1468) | 1 | -1/+1 | |
2022-11-07 | [JS Parser] Do not perform the visit pass if the parse pass had "tolerable" e... | 1 | -0/+15 | |
2022-11-07 | Fix a couple failing tests | 1 | -24/+21 | |
2022-11-07 | Maybe fix bug with onExit callback? | 4 | -37/+50 |