Open
Description
Hello,
I'm having problems to test my code using Jest because jsonld library is using digitalbazaar/http-client, which in turn uses ky-universal/ky, which is only available as ESM build and does a dynamic import.
The underlying V8/node bug is described here: nodejs/node#35889
What's the reason to use digitalbazaar/http-client and not plain fetch (with node-fetch on nodejs)? digitalbazaar/http-client seems to be quite a exotic dependency of your package.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels