Martin Hochel
Martin Hochel
this library is deprecated, you should use TSLIB instead, thx https://github.com/ngParty/ts-helpers#note-starting-typescript-21-this-package-wont-be-needed-anymore
PR more than welcome mister :)
> Quite frankly I couldn't even find where composed flag is in spec for input event ¯_(ツ)_/¯ Indeed it is in docs. that property is on base `Event` interface which...
also current @webcomponents cannot be minified with webpack and uglify when es5 adapter is used :-| https://github.com/webcomponents/custom-elements/issues/100
> I'm happy to have a breaking change here if it makes sense. Would be good to just import '@skatejs/web-components'; if it's easier. No imperative code then. so I didn't...
so final solution is implemented here: - complete data payload savings in worst case scenario ( IE 11 ) -> 35 kb in comparison with "official" wc lazy loader from...
Don't get confused, that's just webpack, which uses nowadays `import()` for lazy loading, but since Typescript doesn't support import as function I have to stick with System.import alias.