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.
the previous `DeepPartial` was actually incorrect and also introduced infinite type recursions in other big repos. the change we did is a fix, based on your type gymnastics you might...
@dotnetjunky can you also try out following to verify the issue: **tweak your node_modules:** 1. open `@fluentui/merge-styles/lib/DeepPartial.d.ts 2. do following change: ```diff export type DeepPartialV2 = T extends Function -...