Support ESModules dependencies #400
Labels
good first issue
Good for newcomers
help wanted
Contributing help wanted
type: enhancement
New feature or request
What did you have in mind?
Lately, A lot of NodeJS packages have migrated from CommonJS to ESModules. Which are not supported in this project. The following PRs are blocked:
Also, see TomerFi/github-viewer-stats#74.
This project is not consumed as a module, so it is only affected by the modules it consumes. It can either be migrated to ESModule or switched from
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: