Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't rewrite uncovered imports #84

Open
kellyselden opened this issue Apr 21, 2018 · 1 comment
Open

Don't rewrite uncovered imports #84

kellyselden opened this issue Apr 21, 2018 · 1 comment

Comments

@kellyselden
Copy link
Contributor

Very minor, but the codemod turns

import { not, and, eq, or, array, instanceOf, conditional } from 'ember-awesome-macros';

into

import {
  not,
  and,
  eq,
  or,
  array,
  instanceOf,
  conditional
} from 'ember-awesome-macros';

even though it's not covered by the codemod.

@rwjblue
Copy link
Member

rwjblue commented Apr 21, 2018

This is the result of running the given set of imports through recast, I'm not sure we can control it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants