Skip to content

Commit

Permalink
allow apps to disable the decorator transforms
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ef4 committed Nov 19, 2023
1 parent 9a64955 commit 04ad92a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compat/src/compat-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export default class CompatApp {
disableDebugTooling: false,
disablePresetEnv: false,
disableEmberModulesAPIPolyfill: false,
disableDecoratorTransforms: false,
},
});

Expand Down

0 comments on commit 04ad92a

Please sign in to comment.