ember-codemods / ember-angle-brackets-codemod

Codemod to convert curly braces syntax to angle brackets syntax
MIT License
60 stars 32 forks source link

Move helper disambiguation to a flag that is off by default #515

Closed lolmaus closed 7 months ago

lolmaus commented 7 months ago

Fixes #514. Fixes #504.

lolmaus commented 7 months ago

@mansona There's a failing integration test that I struggle with.

I've used the pre-unambiguous input and actual output (obtainedvia a unit test). Not sure what's wrong.

As for the covergate decrease, it may be caused by your decision to have only one test with flag enabled, so not all code paths are executed.