-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template tag codemod feedback #2077
Comments
to try and manage expectations:
|
Thanks for the codemod. I'm experiencing a dead-end when I run it
|
Is there any chance you can remove the e.g. prefer:
rather than
|
@amk221 I assume you're using pods to have gotten that import path as normally you'd not see index there |
We are using pods, but afaik pods is not to do with components. But yes, inside my-component directory would be:
This used to be the guidance from ember, I think it was called co-location. If that is not the done-thing any more, I'll have to find a new place to put the co-located css Edit But regadless, I understand it's not a concern of your codemod, so I'm ok with manually removing |
@amk221 that is still acceptable for co-located components. |
@amk221 I would not recommend removing /index without also moving the files a level higher |
becomes
This isn't a problem so much for lints, because the errors make them findable, but for domain comments this is hard to find when the template tag codemod is run in bulk.
_
appended are ugly. I understand this is to not conflict, but I'd prefer the option to not have this and then deal with conflicts on my own./ambiguous
-- I assume this means the codemod couldn't find the import. This at the least should be documented to explain. The sheer number of these mean that I cannot run the codemod once but need to do it component-by-component over time.The text was updated successfully, but these errors were encountered: