You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2021. It is now read-only.
I'm migrating my current Jekyll blog to 11ty with this nice template.
I noticed that this starter project is using @tbranyen/jsdom package to assist with HTML transforms. However, it seems that this package is just a re-up of the well-known jsdom package from Jest team.
Is there any reason why we're not using the official package instead of this one. I cannot find any derivation notice on the npmjs package page and even the home page link of @tbranyen/jsdom pointing to https://github.com/jsdom/jsdom.
I'm migrating my current Jekyll blog to 11ty with this nice template.
I noticed that this starter project is using
@tbranyen/jsdompackage to assist with HTML transforms. However, it seems that this package is just a re-up of the well-knownjsdompackage from Jest team.Is there any reason why we're not using the official package instead of this one. I cannot find any derivation notice on the npmjs package page and even the home page link of
@tbranyen/jsdompointing to https://github.com/jsdom/jsdom.