aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.bun.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-22 16:16:48 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-22 16:17:13 -0700
commit52144c057793cb38e18645ad0e93247f5fd9f2ac (patch)
treea863e170188f62c87ad402851528d2005f645db3 /src/runtime.footer.bun.js
parent1e9706d76d38798cda9f15635c336b039bd53700 (diff)
downloadbun-52144c057793cb38e18645ad0e93247f5fd9f2ac.tar.gz
bun-52144c057793cb38e18645ad0e93247f5fd9f2ac.tar.zst
bun-52144c057793cb38e18645ad0e93247f5fd9f2ac.zip
Fix missing function bugbun-v0.1.5
Diffstat (limited to '')
-rw-r--r--src/runtime.footer.bun.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.footer.bun.js b/src/runtime.footer.bun.js
index 72a2703e9..a5466f53a 100644
--- a/src/runtime.footer.bun.js
+++ b/src/runtime.footer.bun.js
@@ -22,5 +22,6 @@ export var __require = (globalThis.require ||= function (moduleId) {
return BUN_RUNTIME.__require(moduleId);
});
+__require.d ||= BUN_RUNTIME.__require.d;
globalThis.__internalIsCommonJSNamespace ||=
BUN_RUNTIME.__internalIsCommonJSNamespace;