enhance-dev / enhance-ssr

Server side render for custom elements.
143 stars 9 forks source link

Move attrs to inherit a null prototype #32

Closed zephyrglow closed 2 years ago

zephyrglow commented 2 years ago

this allows simpler and faster attrName in attrs to test for booleans

kristoferjoseph commented 2 years ago

Ah this is interesting. Not sure why CI is failing. Would you mind posting a code snippet for folks showing how this would update boolean checks? Thanks!