We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lately, A lot of NodeJS packages have migrated from CommonJS to ESModules. The following PRs are blocked:
Also, see TomerFi/auto-me-bot#400.
A choice is required: either migrate to ESModule or switch the require statements to dynamic import ones.
require
import
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here!
Sorry, something went wrong.
TomerFi
Successfully merging a pull request may close this issue.
What did you have in mind?
Lately, A lot of NodeJS packages have migrated from CommonJS to ESModules.
The following PRs are blocked:
Also, see TomerFi/auto-me-bot#400.
A choice is required: either migrate to ESModule or switch the
require
statements to dynamicimport
ones.Are you trying to fix a problem?
No response
Any lead on how this feature can be implemented?
No response
The text was updated successfully, but these errors were encountered: