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.footer.bun.js | |
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.footer.bun.js')
-rw-r--r-- | src/runtime.footer.bun.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/runtime.footer.bun.js b/src/runtime.footer.bun.js new file mode 100644 index 000000000..a7f7942bd --- /dev/null +++ b/src/runtime.footer.bun.js @@ -0,0 +1,17 @@ +export var $$m = BUN_RUNTIME.$$m; +export var __markAsModule = BUN_RUNTIME.__markAsModule; +export var $$lzy = BUN_RUNTIME.$$lzy; +export var __toModule = BUN_RUNTIME.__toModule; +export var __commonJS = BUN_RUNTIME.__commonJS; +export var __require = BUN_RUNTIME.__require; +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; +export var __exportValue = BUN_RUNTIME.__exportValue; +export var __exportDefault = BUN_RUNTIME.__exportDefault; +export var $$bun_runtime_json_parse = JSON.parse; +export var __internalIsCommonJSNamespace = + BUN_RUNTIME.__internalIsCommonJSNamespace; +globalThis.require ||= BUN_RUNTIME.__require; |