hylia icon indicating copy to clipboard operation
hylia copied to clipboard

Why use @tbranyen/jsdom instead of the official package?

Open trongthanh opened this issue 5 years ago • 1 comments
trafficstars

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.

trongthanh avatar Jun 02 '20 17:06 trongthanh

It was something to do with custom elements which may have now been resolved.

Glad you’re getting on well with the template!

On Tue, 2 Jun 2020 at 18:30, Thanh Tran [email protected] wrote:

I'm migrating my current Jekyll blog to 11ty with this nice template.

I noticed that this starter project is using @tbranyen/jsdom https://www.npmjs.com/package/@tbranyen/jsdom package to assist with HTML transforms. However, it seems that this package is just a re-up of the well-known jsdom https://www.npmjs.com/package/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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hankchizljaw/hylia/issues/128, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCFKR7QVPL3UCB2GKUKAHDRUUZMXANCNFSM4NQ5SVHA .

Andy-set-studio avatar Jun 02 '20 17:06 Andy-set-studio