Uh oh!
There was an error while loading. Please reload this page.
WIP try rajasegar/ember-cli-update-codemods-manifest/ember-angle-brackets-codemod - #606
WIP try rajasegar/ember-cli-update-codemods-manifest/ember-angle-brackets-codemod#606kellyselden wants to merge 1 commit into
Conversation
227f603 to
b81af95Comparef78da75 to
664598bCompare664598b to
3edc156Comparekellyselden
commented
Oct 10, 2019
kellyselden
commented
Nov 3, 2019
|
rwjblue
left a comment
There was a problem hiding this comment.
@kellyselden - I actually think this PR has the expected wrong, in that last diff you pasted just above it shows that the line endings are fine (AFAICT).
| @@ -1,5 +1,5 @@ | |||
| {{!-- The following component displays Ember's default welcome message. --}} | |||
| {{! The following component displays Ember's default welcome message. }} | |||
There was a problem hiding this comment.
Why are the -- removed here? The original (assuming that test/fixtures/codemod/local/my-app/app/templates/application.hbs represents the input) uses {{!--, so I would expect the output to continue to use them.
There was a problem hiding this comment.
These were remnants from when the codemod did a lot more formatting, and the expected was altered to match. This has been reverted now.
| {{outlet}} No newline at end of file | ||
| {{! Feel free to remove this! }} | ||
| {{outlet}} |
There was a problem hiding this comment.
There should be a newline both just before and just after {{outlet}} (based on the input template in test/fixtures/codemod/local/my-app/app/templates/application.hbs)
There was a problem hiding this comment.
These were remnants from when the codemod did a lot more formatting, and the expected was altered to match. This has been reverted now.
8ad3625 to
379ce73Compare379ce73 to
d014463Comparekellyselden
commented
Nov 17, 2019
kellyselden
commented
Nov 17, 2019
Line endings used to be a problem, but aren't anymore. Thanks to everyone involved! |
test ember-cli/ember-cli-update-codemods-manifest#16