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

Wrong migration of import having 'from' in name #82

Open
panthony opened this issue Feb 23, 2018 · 1 comment
Open

Wrong migration of import having 'from' in name #82

panthony opened this issue Feb 23, 2018 · 1 comment

Comments

@panthony
Copy link

The following import in tests:

import { durationFromNow } from '../../../helpers/duration-from-now';

was translated to

import {
  durationFromNow } from '../../../helpers/duratio
} from-now';

Not a big deal though as the error can't be missed :)

Thanks for this awesome addon though it saved me a lot of time.

@rwjblue
Copy link
Member

rwjblue commented Feb 23, 2018

Yikes! Thanks for reporting this one!

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