diff options
Diffstat (limited to 'src/runtime.footer.with-refresh.js')
-rw-r--r-- | src/runtime.footer.with-refresh.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/runtime.footer.with-refresh.js b/src/runtime.footer.with-refresh.js index a5b5a3b79..784f5f8fa 100644 --- a/src/runtime.footer.with-refresh.js +++ b/src/runtime.footer.with-refresh.js @@ -1,8 +1,7 @@ // --- // Public exports from runtime // Compatible with bun's Runtime Environment and web browsers. -export var $$m = - "$primordials" in globalThis ? $primordials.require : BUN_RUNTIME.$$m; +export var $$m = "$primordials" in globalThis ? $primordials.require : BUN_RUNTIME.$$m; export var __HMRModule = BUN_RUNTIME.__HMRModule; export var __FastRefreshModule = BUN_RUNTIME.__FastRefreshModule; export var __HMRClient = BUN_RUNTIME.__HMRClient; @@ -22,8 +21,7 @@ export var __decorateClass = BUN_RUNTIME.__decorateClass; export var __decorateParam = BUN_RUNTIME.__decorateParam; export var $$bun_runtime_json_parse = JSON.parse; export var __FastRefreshRuntime = BUN_RUNTIME.__FastRefreshRuntime; -export var __internalIsCommonJSNamespace = - BUN_RUNTIME.__internalIsCommonJSNamespace; +export var __internalIsCommonJSNamespace = BUN_RUNTIME.__internalIsCommonJSNamespace; globalThis.__internalIsCommonJSNamespace ||= __internalIsCommonJSNamespace; globalThis.require ||= BUN_RUNTIME.__require; |