-
Notifications
You must be signed in to change notification settings - Fork 637
Closed as not planned
Closed as not planned
Copy link
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.p2This is a standard priority issueThis is a standard priority issue
Description
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
tenjaa and WtfJoke
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.p2This is a standard priority issueThis is a standard priority issue