ember-cli / ember-cli-htmlbars

MIT License
77 stars 66 forks source link

Adjust error message for re-exported class when it has a co-located template #773

Closed robinborst95 closed 1 year ago

robinborst95 commented 1 year ago

As mentioned in https://github.com/ember-cli/ember-cli-htmlbars/pull/772, the error message for re-exported classes with a different template is not very descriptive. This PR fixes that, let me know what you think of this new error message. Note that I adjusted the file path of the other error message as well, as it contained .hbs, while in fact the error was about the .js file.

kategengler commented 1 year ago

It doesn't appear CI ran here

mansona commented 1 year ago

🙈 should we add some required checks to github for the CI?