bug: StringLiteral keys incorrectly extracted
maxpatiiuk opened this issue · 0 comments
maxpatiiuk commented
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
Expected behavior
Quoted properties should be handled correctly.
(optional) statically known computed property keys should also be handled correctly