Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -1/+1 | ||
2022-03-23 | [bun.js] Bun.write for macOS | 1 | -1/+1 | ||
2022-03-22 | Linux-specific tweaks | 1 | -1/+1 | ||
2022-03-19 | generate separate interop code for bun | 1 | -1/+1 | ||
2022-02-27 | WASM | 1 | -1/+1 | ||
2022-02-12 | readme | 1 | -1/+1 | ||
2022-02-08 | Update runtime.versionbun-v0.0.70 | 1 | -1/+1 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 1 | -1/+1 | ||
2022-01-29 | Embed React Fast Refresh in Bun | 1 | -1/+1 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/62 If the project has it's own copy of react fast refresh and is bundling, it will use that instead. | |||||
2022-01-19 | Bun.Transpiler – API for scanning imports/exports of JSX/TSX/TS/JS files | 1 | -1/+1 | ||
2022-01-03 | :lock: | 1 | -1/+1 | ||
2022-01-01 | Bump versions | 1 | -1/+1 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -1/+1 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-18 | cleanup | 1 | -1/+1 | ||
2021-12-17 | Update the misctools bins | 1 | -1/+1 | ||
2021-12-17 | WIP hop | 1 | -1/+1 | ||
2021-12-17 | 👶event loop | 1 | -1/+1 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -0/+1 | ||
2021-12-16 | WIP | 1 | -1/+0 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 1 | -1/+1 | ||
2021-12-16 | Replace S2N with BoringSSL (wip) | 1 | -1/+1 | ||
2021-12-16 | [bundler][JS transpiler] Improve reliability of ESM <> CommonJS interop | 1 | -1/+1 | ||
This fixes a number of issues caused by not using live bindings when referencing bundled code. This also fixes an issue with libraries looping over `Object.keys(moduleNamespace)` | |||||
2021-12-15 | [JS transpiler] Simplify CommonJS interop callback | 1 | -1/+1 | ||
2021-11-21 | [HMR] Large perf improvement for JS hot reloads at runtime | 1 | -1/+1 | ||
From benchmarking, I noticed that a lot of time was spent running `HMRModule.update()`. We don't need to call that function if updates for the same module ID have not changed any exports | |||||
2021-11-08 | :camera: | 1 | -1/+1 | ||
2021-11-08 | [JS Printer] Fix bug with optional chain | 1 | -1/+1 | ||
2021-11-05 | :camera: Snapshots | 1 | -1/+1 | ||
2021-10-30 | [Bun.js] Fix entry point to only call default if it was a CommonJS ↵ | 1 | -1/+1 | ||
transformed function | |||||
2021-10-30 | Bump build id | 1 | -1/+1 | ||
2021-10-28 | - Fix consistentcy issue with runtime hash | 1 | -1/+1 | ||
- Fix edgecases in strings.eqlComptime by simplifying the implementation | |||||
2021-10-27 | Before publishing the binary to npm, verify it installs successfully and ↵ | 1 | -1/+1 | ||
it's the expected version | |||||
2021-10-16 | more strings | 1 | -1/+1 | ||
2021-10-15 | Latest | 1 | -1/+1 | ||
2021-10-15 | Linux build fixes | 1 | -1/+1 | ||
2021-10-15 | Polish | 1 | -1/+1 | ||
2021-10-03 | Fix various macOS-specific compile errors and run `zig fmt` | 1 | -1/+1 | ||
2021-10-02 | Linux works now. | 1 | -1/+1 | ||
2021-10-01 | Add support for INotify-based filesystem watcher | 1 | -1/+1 | ||
2021-10-01 | Build stuff | 1 | -1/+1 | ||
2021-09-30 | Bump version | 1 | -1/+1 | ||
2021-09-30 | runtime.version | 1 | -1/+1 | ||
2021-09-23 | :runner:jarred/bundle-workspace-packages | 1 | -1/+1 | ||
2021-09-23 | Handle more edgecases in our CJS2ESM conversion code | 1 | -1/+1 | ||
2021-09-23 | Add __exportValue and __exportDefault to runtime | 1 | -1/+1 | ||
2021-09-23 | Fix bug when multiple-levels of nested exports when bundled have a boolean ↵ | 1 | -1/+1 | ||
.default value | |||||
2021-09-17 | global -> globalThis | 1 | -1/+1 | ||
2021-09-15 | Fix require bug in runtime.js | 1 | -1/+1 | ||
2021-09-15 | Big Heap: | 1 | -1/+1 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -1/+1 | ||
paths for file entries | |||||
2021-09-12 | ok | 1 | -1/+1 | ||