ember-native-class-codemod icon indicating copy to clipboard operation
ember-native-class-codemod copied to clipboard

Error does not print class name

Open iamareebjamal opened this issue 5 years ago • 0 comments

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

iamareebjamal avatar Mar 31 '20 01:03 iamareebjamal