ember-modules-codemod icon indicating copy to clipboard operation
ember-modules-codemod copied to clipboard

Wrong migration of import having 'from' in name

Open panthony opened this issue 7 years ago • 1 comments

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.

panthony avatar Feb 23 '18 08:02 panthony

Yikes! Thanks for reporting this one!

rwjblue avatar Feb 23 '18 13:02 rwjblue