diff options
Diffstat (limited to 'src/runtime.footer.node.js')
-rw-r--r-- | src/runtime.footer.node.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime.footer.node.js b/src/runtime.footer.node.js index 7d2b3a649..a6e425e44 100644 --- a/src/runtime.footer.node.js +++ b/src/runtime.footer.node.js @@ -12,6 +12,8 @@ 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 $$bun_runtime_json_parse = JSON.parse; export var __internalIsCommonJSNamespace = BUN_RUNTIME.__internalIsCommonJSNamespace; |