Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-09-22 | fix(runtime): exclude unevaluated module in `require.cache` (#5903) | 1 | -1/+1 | |
2023-09-21 | Implement module.parent (#5889)bun-v1.0.3 | 1 | -5/+5 | |
2023-09-13 | fix(runtime): require cache should not include unevaluated ESM modules. (#5233) | 1 | -5/+3 | |
2023-08-02 | Rewrite built-in modules to use CommonJS over ESM (#3814) | 1 | -12/+1 | |
2023-07-27 | Add `Bun.isMainThread` | 1 | -1/+1 | |
2023-07-24 | Merge import.meta.require and require to be the same thing (#3732) | 1 | -4/+0 | |
2023-07-23 | Upgrade WebKit (#3777) | 1 | -2/+4 | |
2023-06-25 | Fix test failures in import.meta (#3403) | 1 | -9/+2 | |
2023-06-24 | Rewrite Bun's runtime CommonJS loader (#3379) | 1 | -120/+85 | |
2023-06-02 | Fixes #3161 (#3174) | 1 | -2/+9 | |
2023-06-01 | Bundle and minify `.exports.js` files. (#3036) | 1 | -0/+257 |