diff options
author | 2022-03-19 00:46:24 -0700 | |
---|---|---|
committer | 2022-03-19 00:46:24 -0700 | |
commit | ce742f665aba7ae9cc5ea1838ea45b4342021a2e (patch) | |
tree | 743e84f23cf03c01ed8c63a540f7c21cbeb76827 /src/runtime/index-without-hmr.ts | |
parent | 521ccba387e171835c0592f070112930fe2dd55e (diff) | |
download | bun-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.ts | 2 |
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"; |