ember-native-class-codemod
ember-native-class-codemod copied to clipboard
Error does not print class name
If the class is
export default class Table extends Component {}
The error says:
You defined the class @ember/component that extends from @ember/component using native class syntax
Which makes debugging extremely difficult
It should say:
You defined the class Table that extends from @ember/component using native class syntax