You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| --classic-decorator | boolean | true| Enable/disable adding the [`@classic` decorator](https://github.com/pzuraq/ember-classic-decorator), which helps with transitioning Ember Octane |
33
-
| --type | String | Empty (match all types in path) | Apply transformation to only passed type. The type can be one of `services`, `routes`, `components`, `controllers`|
34
-
| --quote | String | 'single'| Whether to use double or single quotes by default for new statements that are added during the codemod. |
|`--class-fields`| boolean |`true`| Enable/disable transformation using class fields |
31
+
|`--decorators`| boolean |`true`| Enable/disable transformation using decorators |
32
+
|`--classic-decorator`| boolean |`true`| Enable/disable adding the [`@classic` decorator](https://github.com/pzuraq/ember-classic-decorator), which helps with transitioning Ember Octane |
33
+
|`--type`| String | Empty (match all types in path) | Apply transformation to only passed type. The type can be one of `services`, `routes`, `components`, `controllers`|
34
+
|`--quote`| String |`'single'`| Whether to use double or single quotes by default for new statements that are added during the codemod. |
0 commit comments