From c48f7e26635e02e7c7ddb30d3490754bda559733 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:10:59 -0700 Subject: Fix error with --jsx-production in runtime --- src/runtime.footer.bun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime.footer.bun.js') 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); -- cgit v1.2.3