devpunks / snuggsi

snuggsi ツ - Easy Custom Elements in ~1kB
https://snuggsi.com
MIT License
398 stars 17 forks source link

Custom Elements Native Shim Polyfill #127

Closed snuggs closed 4 years ago

snuggs commented 7 years ago

@brandondees this and #123 basically take care of our needs with the custom elements spec. We primarily use HTML Imports and Custom Elements. To be clear this is due to the fact there are some issues with transpiling and inheriting from HTMLElement. Please read comments. https://github.com/doug/custom-elements/blob/90e5c720ca8ea9338baf30bb74b6a5d3f5cf61bb/src/native-shim.js

References

brandondees commented 7 years ago

any issues to address with this or is it just a "to do"?

snuggs commented 7 years ago

Thanks @brandondees forgot the labels

snuggs commented 7 years ago

Sheds light on solution. From the spec maintainers. And their frustration with polyfill authors https://github.com/whatwg/html/issues/1704 Particularly https://github.com/whatwg/html/issues/1704#issuecomment-241881091

snuggs commented 5 years ago

@brandondees @@0xhjohnson we can actually close this out when we complete #187. As of 2018 we are completely independent of the web components polyfill (thank goodness).