open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
227 stars 37 forks source link

[lit-plugin] doesnt pick up on property decorator in mixins #124

Closed thepassle closed 2 years ago

thepassle commented 2 years ago

playground

the reason is that we only check for @property decorators inside ClassDeclarations: https://github.com/open-wc/custom-elements-manifest/blob/1e97cf17c3acfc487c851da1f5bac41304146301/packages/analyzer/src/features/framework-plugins/lit/property-decorator.js#L16

thepassle commented 2 years ago

fixed by https://github.com/open-wc/custom-elements-manifest/pull/126