Closed steventsao closed 4 years ago
Thanks for making a PR for this, it’s saving me a lot of mechanical work! Might I suggest adding a note to the documentation that this exists? I wouldn’t have known if I hadn’t seen this open issue.
Ya, documentation PR would be heartily welcomed 😸
fair enough, I don’t know why I didn’t just do it 🙃 but now #328 exists! I think this issue can be closed 🤓
Closing =) @backspace
https://github.com/ember-codemods/ember-angle-brackets-codemod/blob/21d0c11c8ef2c7a6774363b2a3be1f0d3e8383f7/transforms/angle-brackets/transform.test.js#L140
Why is this component excluded from the migration whereas the other is not? It seems like this PR has already addressed the issue I'm raising here, yet the test mentioned above is still included and passing.
excluded
to:
included
to:
At first, I thought Angle Brackets do not accept attributes without a value in general but it probably is not the case based on the blogpost here
Thanks!