Jonathan Grimes
Jonathan Grimes
This appears to be a pdfjs issue not one for this library.
> Is there any particular reason the worker is being initiated with Port? Port is the Worker instance. Giving pdf.js communication lines to the worker and vice-versa. The setPdfWorker function...
> Do look into this as it seems to be an issue with how the worker is being configured, and not with the pdfjs library itself. I don't believe there...
Not a bug. This is how esm / commonjs interop works.
Take a look at the jest directories under https://github.com/standard-things/esm/tree/master/test/fixture/scenario
That was kinda of the danger of using esm before the commonjs interop was officially defined by node. And unfortunately until packages update to have real named exports, you will...
This resolves #879 and #866
I ran the build script then tested. `npm run build`?
I have not received any feedback or help.
@jdalton I'm willing to help with this, but I need some guidance on resolving the test failures.