Snuggs
Snuggs
Finishes #104 ## Related Links - https://developer.mozilla.org/en/docs/Web/API/Document/execCommand
Currently if a `{token}` is found within a component we search for a property of the same name on the `claas` definition. However if the token is not available we...
There's a nasty HTML Parser bug/feature which prevents ` ` from being inserted into the DOM outside of a ``. Also a bug/feature that prevents `` from being inside table....
## Description Test suite **ALWAYS** returns `0` _(true/successful)_ due to an `echo` being at the end of the file. The test suite is actually broken. ## How Has This Been...
Fixes #215 - [x] Upgrade npm - [ ] Awaiing patches from `browser-sync` & `localtunnel` ## Notes Would prefer to upgrade to `[email protected] but seems to be breaking changes and...
`axios` vulnerability via `browser-sync` ## References - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://github.com/BrowserSync/browser-sync/issues/1695#issuecomment-754317694 - https://github.com/localtunnel/localtunnel/issues/377 - https://github.com/axios/axios/pull/3410 - https://github.com/axios/axios/issues/3369 ## Suggestions - https://github.com/localtunnel/localtunnel/pull/380 - https://github.com/localtunnel/localtunnel/pull/381 - https://github.com/BrowserSync/browser-sync/pull/1697 - https://github.com/BrowserSync/browser-sync/issues/1831
https://jsbin.com/josicejeja/edit?html,output 
# Bublè breaks the build. References: - https://github.com/bublejs/buble/issues/243 - https://buble.surge.sh/#const%20Foo%20%3D%20Bar%20%3D%3E%20class%20extends%20Bar%20%7B%7D
Look up [`CE.attributesChangedCallback` & `CE.observedAttributes`](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements) ## Expected Behavior ```html This is π {baz} Element `foo-bar` (class extends HTMLElement { set baz () { // defaults to returning this.attributes.baz.nodeValue // defaults...
Code is in an [`I.I.F.E.`](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) which does not get called on subsequent insertions into the DOM. Could be problematic for dynamic custom elements. See https://github.com/devpunks/snuggsi/blob/master/html-template-element/index.polyfill.es