aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/index-without-hmr.ts
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-19 00:46:24 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-19 00:46:24 -0700
commitce742f665aba7ae9cc5ea1838ea45b4342021a2e (patch)
tree743e84f23cf03c01ed8c63a540f7c21cbeb76827 /src/runtime/index-without-hmr.ts
parent521ccba387e171835c0592f070112930fe2dd55e (diff)
downloadbun-ce742f665aba7ae9cc5ea1838ea45b4342021a2e.tar.gz
bun-ce742f665aba7ae9cc5ea1838ea45b4342021a2e.tar.zst
bun-ce742f665aba7ae9cc5ea1838ea45b4342021a2e.zip
generate separate interop code for bun
Diffstat (limited to 'src/runtime/index-without-hmr.ts')
-rw-r--r--src/runtime/index-without-hmr.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/index-without-hmr.ts b/src/runtime/index-without-hmr.ts
new file mode 100644
index 000000000..858688130
--- /dev/null
+++ b/src/runtime/index-without-hmr.ts
@@ -0,0 +1,2 @@
+export * from "../runtime.js";
+export { default as regeneratorRuntime } from "./regenerator";