diff options
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; |