node:module compatibility pt 1 (#18106)

This commit is contained in:
chloe caruso
2025-03-12 15:47:41 -07:00
committed by GitHub
parent d2ecce272c
commit 85376147a4
29 changed files with 483 additions and 159 deletions

View File

@@ -2,3 +2,7 @@
# https://github.com/oven-sh/bun/issues/16289
[test]
preload = ["./test/js/node/harness.ts", "./test/preload.ts"]
[install]
# Node.js never auto-installs modules.
auto = "disable"