Uh oh!
There was an error while loading. Please reload this page.
Replace imports with @ember syntax - #1463
Conversation
25c94bc to
1644b24Comparejoshsmith
commented
Oct 28, 2017
Why does coverage drop quite so much here? |
snewcomer
commented
Oct 28, 2017
@joshsmith That is a good question. When looking at this report, it shows red at the points where imports like |
joshsmith
commented
Oct 28, 2017
Good observation. My guess is that the |
joshsmith
commented
Oct 28, 2017
I don't know whether it's realistic to expect to get this coverage back up in the context of this PR. But we definitely would want to open an issue to address it. Do you have any sense as to whether any other imports were missed by codemod? Also, this is a tiny stylistic point, but would you mind introducing PRs/commits with "Adds/fixes/removes [verb] whatever the fix was"? I think it brings more clarity to reading the commits (for me, at least) relative to |
snewcomer
commented
Oct 28, 2017
@joshsmith good idea. Lmk if you like the new title. Also, I looked around and it looks like one like this is not replaced and namespace imports I don't see |
snewcomer
commented
Oct 28, 2017
Also looks like |
joshsmith
commented
Oct 28, 2017
Good call then. This is a good title rework. I would just amend your commit message with the same and I’ll approve for merge. If you could open an issue for us to go back and fix some of this test coverage that would be great. |
1644b24 to
9d7d550Compare
using https://github.com/ember-cli/ember-modules-codemod
References
Fixes#1380