ember-no-implicit-this-codemod
ember-no-implicit-this-codemod copied to clipboard
Support for pods?
Is it possible for this codemod to support pods layout?
Does it not support pods? I haven't tested
I've only tried our app so far. I haven't investigated but it appears to not properly associate the files with the telemetry output causing every file to be skipped.
Here is an example line from codemods.log:
2019-10-23T15:28:39.135Z [warn] [app/components/account-listing/template.hbs]: SKIPPED Could not find runtime data NO_RUNTIME_DATA
Thanks! That's helpful! Can you open an issue on the codemod telemetry repo as well? The helpers for accessing info by path live in that repo
Hi in this issue in angle brackets codemod https://github.com/ember-codemods/ember-angle-brackets-codemod/issues/217 running with --no-telemetry do the trick for me in my pods projects. Anyone knows if you can use that here?
For those who land on this issue, I wrote a codemod to un-pod Ember projects. Maybe try it out as a prerequisite to running ember-no-implicit-this-codemod?