Git Product home page Git Product logo

Comments (4)

josdejong avatar josdejong commented on September 27, 2024

The package is a CommonJS / UMD build, maybe that requires some configuration in your ESM setup?

How can we reproduce your issue?

from workerpool.

wangyiyou avatar wangyiyou commented on September 27, 2024

该包是 CommonJS / UMD 构建,也许需要在您的 ESM 设置中进行一些配置?

我们如何重现您的问题?

Thank you for your reply. I hope I can use it directly after install. However, there are some errors now. I have looked through the past questions and found no direct answer
As for the recurrence problem, I just introduced it and reported an error. I don't know if there is the same problem as me

from workerpool.

josdejong avatar josdejong commented on September 27, 2024

I had a closer look at the error message, it says "Module parse failed: unexpected token (509:30)" in the file workerpool/dist/workerpool.js. At that position in the code, optional chaining ?. is used. So, this is not an issue with ESM/CommonJS, but a relatively new JavaScript operator that is not understood by your setup. The optional chaining operator was introduced 4 years ago. I guess that you have to update your Webpack setup to support the latest JavaScript features.

from workerpool.

josdejong avatar josdejong commented on September 27, 2024

Closing due to a lack of response. Please reopen if needed.

from workerpool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.