Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-12-13 | fix UB | 1 | -1/+1 | ||
2022-12-13 | [crypto] Implement `scryptSync` | 5 | -10/+568 | ||
Fixes https://github.com/oven-sh/bun/issues/1228 | |||||
2022-12-12 | some bugs make you feel like a 🤡 | 1 | -1/+1 | ||
2022-12-12 | Add missing space | 1 | -0/+1 | ||
2022-12-12 | [crypto] Implement crypto.timingSafeEqual | 8 | -4/+172 | ||
This uses BoringSSL's memcmp function Fixes https://github.com/oven-sh/bun/issues/1308 | |||||
2022-12-12 | fix(stream): Fix Readable.pipe() (#1606) | 2 | -11/+41 | ||
* fix(stream): fix some debug logs that were breaking .pipe * fix(stream): another debug fix * test(stream): add test for .pipe | |||||
2022-12-12 | markbinding for utf8 length from utf16le | 2 | -226/+3 | ||
2022-12-12 | fix fallback install method | 1 | -1/+4 | ||
2022-12-12 | :camera: | 16 | -32/+21 | ||
2022-12-12 | [internal] Add helper to make it easier to print whitespace | 1 | -71/+74 | ||
2022-12-11 | [Transpiler] Implement `minifyWhitespace` option | 5 | -96/+261 | ||
2022-12-11 | [internal] further cleanup for `hoistSymbols` | 2 | -72/+88 | ||
2022-12-11 | fixup | 1 | -26/+34 | ||
2022-12-11 | [internal] Change HashMap implementation for storing symbols | 12 | -1413/+94 | ||
2022-12-11 | [Bun.Transpiler] Introduce `inline` flag | 1 | -0/+14 | ||
2022-12-11 | Update WebKit | 14 | -34/+106 | ||
cc @cirospaciari you will need to re-download the precompiled WebKit build from the releases page https://github.com/oven-sh/WebKit/releases/tag/dec11 because there is one small WebKit API change. LMK if you have any trouble with that | |||||
2022-12-11 | Add a test for some scopes | 1 | -0/+48 | ||
2022-12-11 | [transpiler] Never trim exports | 1 | -1/+1 | ||
2022-12-11 | [transpiler] Fix unbalanced class_name scope | 1 | -126/+137 | ||
surprised this was never caught sooner | |||||
2022-12-11 | Add _read | 2 | -5/+35 | ||
2022-12-11 | Fix checking the UTF-16 length twice | 2 | -8/+39 | ||
2022-12-11 | cleanup some tests | 5 | -47/+18 | ||
2022-12-11 | Avoid re-visting AST nodes which create scopes | 1 | -6/+19 | ||
2022-12-10 | Fix segfault in release mode when module list is empty | 1 | -0/+13 | ||
2022-12-10 | Include `isTTY` in types | 1 | -3/+3 | ||
2022-12-10 | Regenerate builtins | 1 | -2/+2 | ||
2022-12-10 | override `process.stdin.on()` correctly (#1603) | 2 | -1/+7 | ||
* override `process.stdin.on()` correctly fixes #1601 * add tests | |||||
2022-12-10 | [transpiler] Improve constant propagation | 3 | -25/+227 | ||
2022-12-10 | [transpiler] Fix issue with async macros in `bun build` | 1 | -0/+1 | ||
2022-12-10 | [transpiler] Fix bug with `===` on statically-known rope strings | 1 | -4/+10 | ||
2022-12-10 | :recycle: | 1 | -8/+8 | ||
2022-12-10 | :camera: | 24 | -1976/+2146 | ||
2022-12-10 | Implement simple version of inlining single-use expressions and statements | 8 | -69/+1153 | ||
2022-12-09 | fix path string (#1597) | 1 | -1/+1 | ||
2022-12-09 | Deprecate very incomplete Solid.js JSX transform | 32 | -4190/+5 | ||
We don't have time to do a good job of this and Bun.plugin makes it possible to use Solid with Bun | |||||
2022-12-09 | Add `"bun"` to list | 1 | -14/+1 | ||
2022-12-09 | Exclude other ts declaration file extensions (#1596) | 1 | -0/+2 | ||
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> | |||||
2022-12-08 | EventEmitter - return original this value for better chainability | 1 | -2/+4 | ||
2022-12-08 | Add filename completions on naked bun command (#1593) | 1 | -1/+3 | ||
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> | |||||
2022-12-08 | Update install issue template | 1 | -1/+1 | ||