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
I have tried the codemode with multiple different ember verisions and projects and never got it to work. I get for each file the error message:
ERR app/components/change/change-edit.js Transformation error (Received an unexpected value [object Object])
TypeError: Received an unexpected value [object Object]
at fromAST (C:\Users\bmaehr\AppData\Local\Yarn\Data\global\node_modules\jscodeshift\src\/core.js:73:9)
at core (C:\Users\bmaehr\AppData\Local\Yarn\Data\global\node_modules\jscodeshift\src\/core.js:47:5)
at getDecoratorPathSpecifiers (C:\Users\bmaehr\AppData\Local\Yarn\Data\global\node_modules\ember-native-class-codemod\transforms\helpers\/import-helper.js:166:42)
at createDecoratorImportDeclarations (C:\Users\bmaehr\AppData\Local\Yarn\Data\global\node_modules\ember-native-class-codemod\transforms\helpers\/import-helper.js:188:39)
at maybeTransformEmberObjects (C:\Users\bmaehr\AppData\Local\Yarn\Data\global\node_modules\ember-native-class-codemod\transforms\helpers\/transform.js:24:58)
at transformer (C:\Users\bmaehr\AppData\Local\Yarn\Data\global\node_modules\ember-native-class-codemod\transforms\ember-object\/index.js:41:39)
All done.
If I print out the object at that place it looks like this:
I have tried the codemode with multiple different ember verisions and projects and never got it to work. I get for each file the error message:
If I print out the object at that place it looks like this:
The text was updated successfully, but these errors were encountered: