Looking for Feedback: Transitioning to ESM #477
Closed
nicholasgriffintn
announced in
Announcements
Replies: 2 comments 1 reply
-
In particular, are people generally ready for ESM only? Do we need to complicate the build and support by adding CJS exports too? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree that ESM build should be availabile since that's where the Node.js community is headed (and that's great). At the same time I would really appreciate CJS build in parallel but that's because many of the applications I work on are still not using ESM because.. they just work 😁 It will of course create a bit of a complexity but I think it's possible to achieve a balance 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to modernise SQS Consumer and be able to use dependencies that have transitioned to ESM correctly, we are looking to transition this module to ESM.
Some of the work has been started here:
#476
We are looking for feedback before we officially make this change and would like to know any thoughts that the community might have on this, if they have any at all, feel free to comment if you do :).
Update: This has now been published as the canary version
10.0.0-canary.2
, you can read the release notes for more info: https://github.com/bbc/sqs-consumer/releases/tag/v10.0.0-canary.2Beta Was this translation helpful? Give feedback.
All reactions