Alex

Results 93 comments of Alex

do you have the helper at different positions in the template like ```hbs {{format-message ... }} ``` ```hbs {{fn this.something (format-message ... )}} ``` ?

yes those are in different positions and I expect that is why this behaviour is observed it is technically valid output, but I will see what can be done about...

this was fixed with the latest version of the codemod

@simonihmig what is your actual setup? I ask because I have am app/assets/styles.css which gets imported in app.js as `import './assets/styles.css` just fine no error

might I suggest you check any broccoli pipeline that could troll you with an exclude or something?

brought this up during the embroider team meeting and will attempt to summarize the discussion there currently isn't a clear way on how to get this to work with optimized...

> @gossi could you please add tests to it including embroider scenario? embroider scenario will be added as part of the ember v5 work there are no currently viable solutions...

@gossi curious which ember source you're on and which embroider flags you have one + embroider version the code on this branch is likely incidentally working because of requirejs being...

do we really want even a minimal app to be able to discard tests? I feel like that would go against a lot that ember stands for