Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-12-08 | Improve bug report issue template | 1 | -7/+4 | ||
2022-12-08 | Fix issue template for docs | 1 | -3/+1 | ||
2022-12-08 | Remove needs-repro label from issue template | 1 | -1/+1 | ||
2022-12-07 | chore: add eslintcache (#1586) | 2 | -2/+3 | ||
2022-12-07 | fix `dirname` on an empty string | 1 | -1/+1 | ||
2022-12-07 | :camera: | 19 | -1958/+2129 | ||
2022-12-07 | disable assignment on user specified assigns | 1 | -4/+6 | ||
2022-12-07 | fix __require linker collision (#1585) | 1 | -64/+85 | ||
2022-12-07 | [node:events] EventEmitter#on and EventEmitter#off should return the ↵ | 2 | -4/+13 | ||
EventEmitter instance | |||||
2022-12-07 | Update html_rewriter.zigbun-v0.3.0 | 1 | -22/+19 | ||
2022-12-07 | fix(stream): Fix Transform class constructor fn (#1583) | 2 | -4/+76 | ||
* fix(stream): fix ReadableFromWeb class, fix Transform * test(stream): add tests for .call on stream constructors | |||||
2022-12-06 | try | 3 | -3/+3 | ||
2022-12-06 | try | 3 | -6/+6 | ||
2022-12-06 | Fix aarch64 | 3 | -5/+57 | ||
2022-12-06 | first_non_ascii != offset | 1 | -1/+0 | ||
2022-12-06 | fix failing text decoder test | 1 | -2/+1 | ||
2022-12-06 | Don't call getters in console.log | 1 | -4/+5 | ||
2022-12-06 | Fix `node:stream/consumers` | 2 | -8/+17 | ||
2022-12-06 | Update types (#1581) | 24 | -84/+237 | ||
* Fix TS types, improve child_process types * Add prettier * Add ArrayBuffer types * Add namespace Bun, improve types for SharedArrayBuffer, add toStrictEqual * Improve types, add test files for types * Update type tests * Fix typo * Add stdio * Stdio types * Use latest setup-bun * Update action * Update action * Update action Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Ashcon Partovi <ashcon@partovi.net> | |||||
2022-12-06 | fix child process test | 1 | -1/+1 | ||
2022-12-06 | Update glibc-versions-hack.cpp | 1 | -0/+4 | ||
2022-12-06 | add base64url switch case | 1 | -3/+6 | ||