aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.bun.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-25 22:10:59 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-25 22:10:59 -0700
commitc48f7e26635e02e7c7ddb30d3490754bda559733 (patch)
treee5ee7d49a20597e0d34091bbefcc3c6c0c9ad2e5 /src/runtime.footer.bun.js
parent0846a4fa809430a77f1284a7a526a946007484e0 (diff)
downloadbun-c48f7e26635e02e7c7ddb30d3490754bda559733.tar.gz
bun-c48f7e26635e02e7c7ddb30d3490754bda559733.tar.zst
bun-c48f7e26635e02e7c7ddb30d3490754bda559733.zip
Fix error with --jsx-production in runtime
Diffstat (limited to 'src/runtime.footer.bun.js')
-rw-r--r--src/runtime.footer.bun.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.footer.bun.js b/src/runtime.footer.bun.js
index 56da601b4..520b89e89 100644
--- a/src/runtime.footer.bun.js
+++ b/src/runtime.footer.bun.js
@@ -15,7 +15,7 @@ export var __decorateClass = BUN_RUNTIME.__decorateClass;
export var __decorateParam = BUN_RUNTIME.__decorateParam;
export var $$bun_runtime_json_parse = JSON.parse;
export var __internalIsCommonJSNamespace = BUN_RUNTIME.__internalIsCommonJSNamespace;
-
+export var $$typeof = BUN_RUNTIME.$$typeof;
export var __require = (globalThis.require ||= function (moduleId) {
if (typeof moduleId === "string") {
return import.meta.require(moduleId);