WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.71k stars 82 forks source link

Fix TreeWalker when the root element is a TextNode #286

Closed kasperskei closed 2 months ago

kasperskei commented 2 months ago

Fixes https://github.com/WebReflection/linkedom/issues/285

WebReflection commented 2 months ago

I think worker.js is an artifact so there's no point in providing a diff of such artifact but then again, all looks good and the change feels minimal enough. Let CI provide its results and I'll merge this.

WebReflection commented 2 months ago

Up and running 👋