open-wc/custom-elements-manifest

bug: StringLiteral keys incorrectly extracted

maxpatiiuk opened this issue · 0 comments

Issue

If custom element's source code has a property name that is quoted "test" = 1; (rather than test = 1;), the manifest incorrectly includes the quotes in the property name

Minimal reproduction

Expected behavior

Quoted properties should be handled correctly.

(optional) statically known computed property keys should also be handled correctly