Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-28 | Support a `default` object in CommonJS wrapper | 1 | -1/+5 | ||
Fixes https://github.com/oven-sh/bun/issues/1284 Related to https://github.com/oven-sh/bun/issues/1285 | |||||
2022-09-06 | Make the plugins a little more resilient | 1 | -1/+1 | ||
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 1 | -55/+55 | ||
Closes https://github.com/oven-sh/bun/issues/1111 | |||||
2022-08-27 | Update WebKit (#1165) | 1 | -8/+3 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 1 | -0/+3 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 1 | -1/+1 | ||
2022-07-04 | Fix case in dynamic require() | 1 | -5/+12 | ||
2022-07-01 | Move ImportMeta into it's own object | 1 | -0/+189 | ||