Migrate @winglang/sdk
to ESM
#5416
Labels
✨ enhancement
New feature or request
needs-discussion
Further discussion is needed prior to impl
refactor
🎨 sdk
SDK
Use Case
ESM is a more widely usable packaging format than CommonJS since CommonJS can't be used in browsers.
Using ESM might allow us produce smaller code bundles for inflight code in the Wing compiler since
esbuild
doesn't tree-shake CommonJS modules by default.Proposed Solution
No response
Implementation Notes
No response
Component
SDK
Community Notes
The text was updated successfully, but these errors were encountered: