Instead of having to use stringifyAttribute() on object properties, if we could do some parsing and try to handle attributes with . prefix like Lit does, that would be cool.
See https://lit.dev/docs/templates/expressions/#property-expressions
We probably can't directly set the attribute like Lit may do since there's no DOM or anything, but it could automagically use stringifyAttribute if it's prefixed with a dot.
Instead of having to use
stringifyAttribute()on object properties, if we could do some parsing and try to handle attributes with.prefix like Lit does, that would be cool.See https://lit.dev/docs/templates/expressions/#property-expressions
We probably can't directly set the attribute like Lit may do since there's no DOM or anything, but it could automagically use
stringifyAttributeif it's prefixed with a dot.