Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-24 | Rewrite Bun's runtime CommonJS loader (#3379) | 1 | -335/+659 | |
2023-06-15 | Tweak CommonJS output (#3320) | 1 | -262/+235 | |
2023-06-13 | Fix crash in CJS (#3294)bun-v0.6.9 | 1 | -35/+53 | |
2023-06-03 | Fix crash with path parse in win32 (#3187)bun-v0.6.7 | 1 | -1/+1 | |
2023-06-02 | Add comment | 1 | -0/+2 | |
2023-06-02 | Fixes #3161 (#3174) | 1 | -1/+5 | |
2023-06-01 | Implement `__dirname` and `__filename`, allow direct eval in CommonJS (#3164) | 1 | -3/+18 | |
2023-05-30 | Add another comment | 1 | -9/+25 | |
2023-05-30 | More comments | 1 | -0/+8 | |
2023-05-30 | Add a comment | 1 | -0/+4 | |
2023-05-30 | Handle `Object.defineProperty(module, "exports", {get: getter})` | 1 | -1/+24 | |
2023-05-29 | Cleanup CommonJS changes (#3112)bun-v0.6.5 | 1 | -43/+220 | |
2023-05-29 | Natively support CommonJS at runtime (#3104) | 1 | -0/+276 |