ember-cli / ember-template-imports

Template import support in Ember!
MIT License
74 stars 39 forks source link

missing semicolon in class attributes breaks build #171

Closed patricklx closed 1 year ago

patricklx commented 1 year ago
export default class McComponent extends Component<Signature> {
  x=6 // <- missing semi

  <template>
     ....
  </template>
NullVoxPopuli commented 1 year ago

this is an issue with ember-template-imports, I believe

NullVoxPopuli commented 1 year ago

oh nice! https://github.com/ember-template-imports/ember-template-imports/pull/175

NullVoxPopuli commented 1 year ago

Should be resolved in v4. Thanks fol reporting!