aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-23 17:36:04 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-23 17:36:04 -0700
commit7b24042d5f3604941fc8992d7cb43052539aa4bc (patch)
treedd34cb1c2bb7e3d030e503c892f458735aab1796 /src/runtime.footer.js
parent2177dda2425c2ab556fea3e7b2cf13dccd847893 (diff)
downloadbun-7b24042d5f3604941fc8992d7cb43052539aa4bc.tar.gz
bun-7b24042d5f3604941fc8992d7cb43052539aa4bc.tar.zst
bun-7b24042d5f3604941fc8992d7cb43052539aa4bc.zip
Embed regeneratorRuntime so that things which expect it to be a global still work
Diffstat (limited to 'src/runtime.footer.js')
-rw-r--r--src/runtime.footer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.footer.js b/src/runtime.footer.js
index 4d8e57e03..77b2bc6ac 100644
--- a/src/runtime.footer.js
+++ b/src/runtime.footer.js
@@ -15,3 +15,4 @@ export var __name = BUN_RUNTIME.__name;
export var __export = BUN_RUNTIME.__export;
export var __reExport = BUN_RUNTIME.__reExport;
export var __cJS2eSM = BUN_RUNTIME.__cJS2eSM;
+export var regeneratorRuntime = BUN_RUNTIME.regeneratorRuntime;