Andrea Giammarchi
Andrea Giammarchi
apologies, badly worded ... I guess the quick impression is that P. Heckel is fine, but it can't perform much better than DOM oriented diffing strategies.
@dy fair enough, but every other library that uses `nextSibling` is similarly affected, right?
**Update** I think `props` here solve it all and the fact events can be set in the definition helps too ... I need to re-think if this is even a...
the webcomponents.dev example is specific for webcomponents.dev toolchain/loader ... uce-template just assume HTML files, so it's your ide/BE that should return those files as HTML ... the second point in...
BE as backend but maybe that’s irrelevant
oh gosh ... all definition files [are automatically generated per each CI build step or locally](https://github.com/WebReflection/linkedom/blob/main/package.json#L19) before pushing to npm. Apologies I should've mentioned this as this PR is quite...
I'm afraid this PR needs some linting adjustment or the CI won't be happy ... and I care about 100% code coverage and happy CI here. Please have a look...
@jeremy-rifkin > I think this PR is good to go I just wonder once all "*pretending to implement*" classes are gone, if TS really helps out or it 'causes just...
@iMrDJAi yes, this JS project uses [TSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) and generates automatically types at build time.
this PR has conflicts ... please resolve those and I'd be happy to move forward, thanks!