From 04ad92a18ec36449d59c85ce054393696df2ef7b Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Sat, 18 Nov 2023 19:14:13 -0500 Subject: [PATCH] allow apps to disable the decorator transforms Classic apps can use this setting to disable the decorator transforms, which is useful when we are experimenting with better transforms and the migration toward stage3 decorators. At the moment embroider overrides it, but I don't think that's necessary and we can let the option flow through. --- packages/compat/src/compat-app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/compat/src/compat-app.ts b/packages/compat/src/compat-app.ts index 893e0bdbb..65432529a 100644 --- a/packages/compat/src/compat-app.ts +++ b/packages/compat/src/compat-app.ts @@ -241,7 +241,6 @@ export default class CompatApp { disableDebugTooling: false, disablePresetEnv: false, disableEmberModulesAPIPolyfill: false, - disableDecoratorTransforms: false, }, });