diff options
author | 2023-04-26 01:31:09 -0700 | |
---|---|---|
committer | 2023-04-26 01:31:09 -0700 | |
commit | 97e2b133e3af4a92fc9dec07cfce31f414f698c4 (patch) | |
tree | 52dab74aa0df1f4e47cc31206b8eed34cc2dae8a /src/runtime.footer.bun.js | |
parent | b957087fe64b41624ebf0edb278f0df6adf7d846 (diff) | |
parent | 149f097ffd9e819c665ecc24cb197b3921ca9a6d (diff) | |
download | bun-97e2b133e3af4a92fc9dec07cfce31f414f698c4.tar.gz bun-97e2b133e3af4a92fc9dec07cfce31f414f698c4.tar.zst bun-97e2b133e3af4a92fc9dec07cfce31f414f698c4.zip |
Merge branch 'main' into jarred/request-finalizerjarred/request-finalizer
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); |