concordnow / ember-macros-codemod

Codemod to revert macros from ember-awesome-macros & ember-macro-helpers to standard computed property
4 stars 4 forks source link

Unsupported macro computed #4

Open jlami opened 1 year ago

jlami commented 1 year ago

ember-macro-helpers/computed does not seem to be converted. It is reported as Unsupported macro computed

It would be nice if it could be rewritten. I'll give it a try, but I'm not that familiar yet with jscodeshift ast.

EWhite613 commented 5 months ago

Had the same thing computed wasn't being done. Seems like this codemod supported it but seemed to assume a bit

This is the only thing my code bases uses. wrote a codemod here https://github.com/EWhite613/ember-macros-codemod?tab=readme-ov-file