diff options
author | 2023-10-17 14:10:25 -0700 | |
---|---|---|
committer | 2023-10-17 14:10:25 -0700 | |
commit | 7458b969c5d9971e89d187b687e1924e78da427e (patch) | |
tree | ee3dbf95c728cf407bf49a27826b541e9264a8bd /src/runtime.footer.with-refresh.js | |
parent | d4a2c29131ec154f5e4db897d4deedab2002cbc4 (diff) | |
parent | e91436e5248d947b50f90b4a7402690be8a41f39 (diff) | |
download | bun-7458b969c5d9971e89d187b687e1924e78da427e.tar.gz bun-7458b969c5d9971e89d187b687e1924e78da427e.tar.zst bun-7458b969c5d9971e89d187b687e1924e78da427e.zip |
Merge branch 'main' into postinstall_3
Diffstat (limited to 'src/runtime.footer.with-refresh.js')
-rw-r--r-- | src/runtime.footer.with-refresh.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/runtime.footer.with-refresh.js b/src/runtime.footer.with-refresh.js index 784f5f8fa..9aa9472e9 100644 --- a/src/runtime.footer.with-refresh.js +++ b/src/runtime.footer.with-refresh.js @@ -17,8 +17,9 @@ export var __cJS2eSM = BUN_RUNTIME.__cJS2eSM; export var regeneratorRuntime = BUN_RUNTIME.regeneratorRuntime; export var __exportValue = BUN_RUNTIME.__exportValue; export var __exportDefault = BUN_RUNTIME.__exportDefault; -export var __decorateClass = BUN_RUNTIME.__decorateClass; -export var __decorateParam = BUN_RUNTIME.__decorateParam; +export var __legacyDecorateClassTS = BUN_RUNTIME.__legacyDecorateClassTS; +export var __legacyDecorateParamTS = BUN_RUNTIME.__legacyDecorateParamTS; +export var __legacyMetadataTS = BUN_RUNTIME.__legacyMetadataTS; export var $$bun_runtime_json_parse = JSON.parse; export var __FastRefreshRuntime = BUN_RUNTIME.__FastRefreshRuntime; export var __internalIsCommonJSNamespace = BUN_RUNTIME.__internalIsCommonJSNamespace; |