You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Issue
If custom element's source code has a property name that is quoted
"test" = 1;
(rather thantest = 1;
), the manifest incorrectly includes the quotes in the property nameMinimal reproduction
Expected behavior
Quoted properties should be handled correctly.
(optional) statically known computed property keys should also be handled correctly
The text was updated successfully, but these errors were encountered: