From 689b28455c943897a3d286271e6f182afb17848f Mon Sep 17 00:00:00 2001 From: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:10:03 -0700 Subject: add `emitDecoratorMetadata` (#5777) * some progess * needs more tests * make tests easier to debug * get metadata for constructor arg decorators * fix some things * merge `emitDecoratorMetadata` option * remove `^` * bundler tests and get option from tsconfig earlier * remove spaces * fix tests --- src/runtime.footer.with-refresh.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/runtime.footer.with-refresh.js') 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; -- cgit v1.2.3