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

Object value assignments are not getting set as default #233

Open kwickramasekara opened 4 months ago

kwickramasekara commented 4 months ago

Hey, thanks for the great work on this. I'm trying to assign values to attributes using objects (sort of like constants), but the analyzer output does not seem to be generating default value for these attributes.

I'v created a playground that shows my situation. Would anyone be able to provide some clues on this?

image