Evaluate providing ESM artifact for Node.js once TypeScript provides stable support #3223
Labels
feature-request
New feature or enhancement. May require GitHub community feedback.
p2
This is a standard priority issue
Is your feature request related to a problem? Please describe.
The AWS SDK for JavaScript (v3) currently does not provide a separate ESM artifact for Node.js
Users either use the CJS artifact or ES5 artifact.
Describe the solution you'd like
TypeScript 4.5 added Experimental Nightly-Only ECMAScript Module Support in Node.js.
The existing issues are being discussed here, and official documentation can be viewed here.
Provide ESM artifacts once TypeScript support gets stable.
Describe alternatives you've considered
Not providing ESM artifacts for AWS SDK for JavaScript (v3) packages.
Additional context
TypeScript version needs to be bumped to 4.6 with named export support before picking this up. Details in #3217
The text was updated successfully, but these errors were encountered: