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/
226 stars 37 forks source link

Can't parse the name of a custom element name if the name is read from a variable #220

Open matteematt opened 10 months ago

matteematt commented 10 months ago

Checklist

Completing the items above will greatly improve triaging time of your issue.

Expected behavior When I create a custom element using the @customElement({name: ''}) syntax with Microsoft FAST, we should be able to hardcode the string in the object passed to the @customElement dectorator, but also be able to pass a variable name to name instead.