Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-17 | Delete Oniguruma (#1625) | 69 | -3531/+19 | ||
* Update .gitmodules * Delete oniguruma * Delete Oniguruma * Make this test less flaky * :scissors: Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-17 | Missing from commit | 1 | -23/+22 | ||
2022-12-17 | Fixes https://github.com/oven-sh/bun/issues/1624 | 1 | -41/+1 | ||
This was disabled anyway | |||||
2022-12-17 | Regenerate builtins | 1 | -7/+2 | ||
2022-12-17 | Update transpiler.test.js | 1 | -17/+24 | ||
2022-12-17 | Update WebKit | 6 | -28/+28 | ||
2022-12-17 | Add node:assert bench | 1 | -0/+15 | ||
2022-12-17 | Update Makefile | 1 | -0/+5 | ||
2022-12-17 | [bun-types] Add optional param to Bun.deepEquals | 1 | -1/+7 | ||
2022-12-17 | Use Bun.deepEqual in `assert` module | 1 | -1504/+41 | ||
2022-12-17 | Use `Buffer.isBuffer` and node:util/types in `util` module | 2 | -1/+651 | ||
2022-12-17 | Implement `node:util/types` | 7 | -0/+659 | ||
Fixes #1617 | |||||
2022-12-17 | Add `strict` option to Bun.deepEquals | 1 | -5/+12 | ||
2022-12-17 | [napi] Fix assertion failure when argv is null | 1 | -3/+20 | ||
2022-12-17 | docs(README.md): specify bun-types new path (#1622) | 1 | -2/+2 | ||
2022-12-16 | add tests for `process.stdin` (#1621) | 3 | -2/+82 | ||
2022-12-16 | Fix typo in bun.d.ts (#1619) | 1 | -1/+1 | ||
occured -> occurred | |||||
2022-12-16 | [napi] Implement `napi_create_bigint_words` | 4 | -9/+42 | ||
warning: not tested | |||||
2022-12-15 | [js parser] Workaround symbol collision bug | 1 | -1/+1 | ||
See https://github.com/oven-sh/bun/issues/1616 Fixes https://github.com/oven-sh/bun/issues/1594 | |||||
2022-12-15 | [js parser] Skip appending empty statements | 1 | -1/+5 | ||
2022-12-15 | [js parser] Make `fnBodyContainsUseStrict` faster | 1 | -1/+4 | ||
2022-12-15 | [js parser] Ignore calls to import.meta.require that will never happen | 1 | -0/+7 | ||
2022-12-15 | [bun-types] Remove outdated comments | 1 | -2/+0 | ||
2022-12-15 | [js parser] Fix bug where `const {resolve} = require` throws "require is not ↵ | 3 | -11/+41 | ||
defined" | |||||
2022-12-15 | [js printer] Fix missing space when printing import aliases with whitespace ↵ | 1 | -4/+2 | ||
minification enabled | |||||
2022-12-15 | [node:process] Implement `process.argv0`, `process.execPath` | 7 | -5/+80 | ||
Fixes https://github.com/oven-sh/bun/issues/1599 | |||||
2022-12-15 | Fix missing error when command not found | 2 | -3/+7 | ||
2022-12-15 | [node:process] Implement `process.abort()` | 2 | -0/+14 | ||
2022-12-15 | [bun run] Include signal code on error | 3 | -123/+107 | ||
2022-12-15 | prettier | 8 | -20/+22 | ||
2022-12-15 | [bun run] Introduce `--bun` flag to run in bun instead of node | 4 | -78/+222 | ||
2022-12-15 | [process.stdin] Support reading from process.stdin in the same tick | 2 | -5/+35 | ||
2022-12-15 | [bun run] Use `execve` instead of `posix_spawn` when bun no longer needs to ↵ | 1 | -20/+78 | ||
run script/bin When we launch a script & there's nothing left to do, we should replace the process image with the new process instead of keeping the bun process alive while the other script is running. | |||||
2022-12-15 | fix(stream): make Readable.read work w/o _construct implemented (#1613) | 4 | -22/+34 | ||
* fix(stream): put Readable._readableState.constructed default in spec (true, not false) * cleanup(readable): remove unnecessary _construct methods * test(stream): add test for Readable w/o _construct method | |||||
2022-12-14 | undo bad free | 1 | -4/+0 | ||
2022-12-14 | remove incorrect connector character | 1 | -3/+5 | ||
2022-12-13 | add `bun pm ls` for printing lockfiles (#1612) | 2 | -1/+183 | ||
* list directory structure from lockfile * dim connectors and versions | |||||
2022-12-13 | [bun:jsc] Introduce `profile` function | 3 | -0/+162 | ||
2022-12-13 | Fix crash in `startSamplingProfiler` | 1 | -5/+3 | ||
2022-12-13 | Avoid creating closure | 2 | -55/+53 | ||
2022-12-13 | make `process.stdin` work under TTY (#1611) | 1 | -49/+35 | ||
- workarounds for #1607 & #1608 fixes #1604 | |||||
2022-12-13 | Don't call debug streams getter when not in debug | 2 | -95/+117 | ||
2022-12-13 | Fix bug where importing a binary file throws a SyntaxError. Instead, return ↵ | 1 | -1/+19 | ||
the public path for that file | |||||
2022-12-13 | Add a test for importing unknown file types as `file` loader | 2 | -0/+7 | ||
2022-12-13 | Move bun-landing to another repository | 27 | -2014/+0 | ||
2022-12-13 | Add missing if | 1 | -1/+2 | ||
2022-12-13 | missing id when over 8 packages | 1 | -3/+7 | ||
2022-12-13 | Update build-id | 1 | -1/+1 | ||
2022-12-13 | [internal] Add bun-debug build | 1 | -0/+13 | ||
2022-12-13 | Don't use zls for formatting | 1 | -5/+3 | ||