Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-12 | Set `require("module").globalPaths` to empty array | 1 | -0/+3 | ||
https://github.com/oven-sh/bun/issues/1641#issuecomment-1427017442 | |||||
2023-01-11 | `require.resolve` in the runtime should use CommonJS export conditions | 1 | -28/+16 | ||
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 1 | -3/+63 | ||
Closes https://github.com/oven-sh/bun/issues/1111 | |||||
2022-09-03 | Fix `createRequire()` in `node:module` | 1 | -0/+138 | ||
Fixes https://github.com/oven-sh/bun/issues/831 Fixes https://github.com/oven-sh/bun/issues/453 |