ember-codemods/ember-native-class-codemod

[Bug] Duplicate import paths

ssutar opened this issue · 0 comments

In the file decorators.output.js the following imports should be combined

import { action, computed } from "@ember/object";
...
import { get, set } from "@ember/object";