Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-06 | chore: remove space lookalike (#1465) | 2 | -2/+2 | ||
2022-11-06 | Fixes https://github.com/oven-sh/bun/issues/1451 | 1 | -1/+7 | ||
2022-11-06 | Add way to explicitly coercion object to int32 | 11 | -18/+55 | ||
2022-11-06 | Fix symbol error with `make headers` | 1 | -0/+3 | ||
cc @lawrencecchen | |||||
2022-11-06 | Fix bug when passing ABI Types as integers | 1 | -3/+5 | ||
2022-11-06 | Fixes https://github.com/oven-sh/bun/issues/1462 | 2 | -4/+28 | ||
2022-11-06 | Undo | 4 | -59/+12 | ||
2022-11-06 | Update action.yml | 1 | -1/+0 | ||
2022-11-06 | Prettier | 1 | -1/+1 | ||
2022-11-06 | Pass `tar -C` | 4 | -6/+53 | ||
2022-11-06 | [TypeScript] Fix `export = value` | 2 | -0/+5 | ||
2022-11-06 | Fix artifact name, use tarball | 3 | -12/+11 | ||
2022-11-06 | Try tarball | 1 | -4/+4 | ||
2022-11-06 | Try again | 4 | -0/+4 | ||
2022-11-06 | Node12 is deprecated | 4 | -28/+32 | ||
2022-11-06 | feat(child_process): add node:child_process polyfill (#1424) | 4 | -3/+2756 | ||
* feat(child_process): beginning of child_process, add ChildProcess and spawn base case * fix(child_process): remove invalid single arg array syntax (thanks Copilot) * refactor(child_process): unhack Readable.on, move stuff into node:stream * feat(child_process): add more params for spawn, refactor, add fromWeb() to Readable * feat(child_process): finish rest of exports (minus fork), refactor, add tests * cleanup(streams): remove a bunch of unnecessary stuff * cleanup(child_process): remove dead refs * fix(child_process): fix stdio * fix(child_process): change stdio to bunStdio * test(child_process): uncomment timeout test * test(child_process): fix hanging tests * test(child_process): remove stray console.log * test(child_process): fix cwd test for linux * refactor(child_process): divide paths for encoded vs raw execFile stdio * fix(child_process): fix logic for execFile slow path | |||||
2022-11-06 | fix(subprocess): fix typo in spawnSync (#1464) | 1 | -2/+2 | ||
2022-11-05 | Fix fetch api to accept stringifier object (#1460) | 2 | -11/+25 | ||
* fetch accept stringifier object * test: update fetch params tests | |||||
2022-11-03 | Fix crash in setTimeout/setInterval | 1 | -0/+5 | ||
2022-11-03 | Fix incorrect exit code | 1 | -9/+15 | ||
2022-11-03 | Fix crash when reading promise value wihtout checking if null | 1 | -0/+1 | ||
2022-11-03 | Fix `which` not handling absolute paths to a bin | 1 | -3/+20 | ||
This code has not been tested. | |||||
2022-11-03 | Fix `cmd not found in $PATH` printing raw struct | 1 | -1/+1 | ||
2022-11-03 | Delete unused file | 1 | -97/+0 | ||
2022-11-03 | Add minified prod build of react-dom/server.bun (#1458) | 2 | -6819/+138 | ||
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> | |||||
2022-11-03 | chore: remove unecessary files (#1457) | 2 | -118/+0 | ||
* Delete labeler.yml * Delete labels.yml | |||||
2022-11-03 | Introduce `import.meta.primordials` for builtin JS | 5 | -3/+95 | ||
the `import.meta` object in Bun now has a `primordials` object which makes a handful of globals safe for access. Inside of bun: or node: modules, it is a special object (ownKeys is not implemented, so Object.keys() wont work on it) - Array - String - `isPromise` - `isCallable` - `isConstructable` - `tryGetById(foo, "bar')` which is like foo?.bar - `arrayPush` which is like `Array.prototype.push` - `Bun` - `isAbortSignal` cc @ThatOneBro @lawrencecchen | |||||
2022-11-02 | Add a misc snippet | 1 | -0/+12 | ||
2022-11-02 | Add failing test | 1 | -2/+36 | ||
2022-11-02 | Add failing wildcard test | 2 | -22/+35 | ||
2022-11-02 | Update headers-handwritten.h | 1 | -3/+3 | ||
2022-11-02 | Add missing headers | 1 | -0/+3 | ||
2022-11-02 | Fix 4/4 failing tests | 1 | -5/+5 | ||
2022-11-02 | Fix 5/9 failing tests | 1 | -4/+6 | ||
2022-11-02 | Update ZigGlobalObject.cpp | 1 | -1/+1 | ||
2022-11-02 | Fixes #1448 #1450 | 1 | -6/+2 | ||
2022-11-02 | Fix missing functions | 1 | -1/+8 | ||
2022-11-02 | Fix $PATH on dev container (#1439) | 2 | -3/+5 | ||
* Fix $PATH for bun on devcontainer * Use cat in dev container postCreateCommand | |||||
2022-11-02 | Fixup | 1 | -1/+1 | ||
2022-11-02 | Fix memory leak | 3 | -5/+9 | ||
2022-11-02 | Update ffi.exports.js | 1 | -2/+2 | ||
2022-11-02 | Add way to know if JSCallback is threadsafe | 1 | -3/+8 | ||
2022-11-02 | [bun:ffi] Add `threadsafe` option to callbacks | 4 | -14/+73 | ||
2022-11-02 | Update ffi.zig (#1449) | 1 | -1/+1 | ||
2022-11-02 | Update README.md | 1 | -1/+1 | ||
2022-11-02 | Update README.md | 1 | -2/+2 | ||
2022-11-02 | Update README.md | 1 | -1/+1 | ||
2022-11-02 | Flip the callback order | 2 | -32/+20 | ||
2022-11-02 | [bun:ffi] Implement `JSCallback` so C can call into JS | 9 | -231/+659 | ||
2022-11-02 | Improve async function handling code in setTimeout and setInterval | 2 | -19/+86 | ||
Should fix |