ember-modules-codemod
ember-modules-codemod copied to clipboard
Sort named imports
The named imports were originally in the order that they were used in the file. So one file would be
import { get, set }
and another would be import { set, get }