open-wc / custom-elements-manifest-deprecated

Custom Elements Manifest is a file format that describes custom elements in your project.
8 stars 4 forks source link

Fix/anonymous mixins #51

Closed thepassle closed 3 years ago

thepassle commented 3 years ago

outputs the following correctly as being a Mixin declaration instead of variable declaration:

const Mixin = klass => class extends klass {}