diff options
author | 2023-04-25 22:10:59 -0700 | |
---|---|---|
committer | 2023-04-25 22:10:59 -0700 | |
commit | c48f7e26635e02e7c7ddb30d3490754bda559733 (patch) | |
tree | e5ee7d49a20597e0d34091bbefcc3c6c0c9ad2e5 /src/runtime.footer.bun.js | |
parent | 0846a4fa809430a77f1284a7a526a946007484e0 (diff) | |
download | bun-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.js | 2 |
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); |