Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-12-06 | dlsym pow | 1 | -6/+7 | ||
2022-12-06 | add server scheduleDeinit, ignore logs in test | 2 | -8/+16 | ||
2022-12-06 | Add check | 2 | -4/+6 | ||
2022-12-06 | fix event emitter cast | 3 | -23/+19 | ||
2022-12-06 | Ban statx | 2 | -1/+26 | ||
2022-12-06 | Add snippet | 3 | -0/+23 | ||
2022-12-06 | Fix glibc symbol version issues preventing `bun install` from being used in ↵ | 14 | -70/+317 | ||
older glibc versions (#1580) * Prevent integer overflow in connectError * Add missing deepEquals() type to Bun * fix missing glibc symbols * Fix missing symbol issues * Try this * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-06 | cleanup/fix(stdio,child_process): bug fixes, refactoring, etc. (#1574) | 2 | -906/+218 | ||
* fix(stream): add back call to Error.captureStackTrace, remove stray garbage * cleanup(streams): remove unnecessary checks on Promise.then * fix(child_process): WrappedFileSink -> NativeWritable for ChildProcess stdio * cleanup(child_process): remove debug id * fix(child_process): fix process.nextTick not working in onExit, fail to flush stdio * refactor(streams): revert stream impls to functions from classes * fix(child_process): revert runOnNextTick to process.nextTick | |||||
2022-12-05 | 9 characters | 1 | -1/+1 | ||
2022-12-05 | Use more simdutf | 1 | -0/+9 | ||
2022-12-05 | fix for double free and undefined this | 2 | -2/+3 | ||
2022-12-05 | linx build issue | 1 | -80/+80 | ||
2022-12-05 | indexOfLine type | 1 | -0/+10 | ||
2022-12-05 | Missing commit | 1 | -0/+2 | ||
2022-12-05 | Update README.md | 1 | -14/+23 | ||
2022-12-05 | More null checking for simdutf | 1 | -27/+38 | ||
2022-12-05 | Fix regression | 1 | -6/+11 | ||
2022-12-05 | Add some more text decoder tests | 1 | -0/+33 | ||
2022-12-05 | Fix crash when passing unexpected type to .writer() | 1 | -1/+6 | ||