Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

feat: build aws-cdk as ESM and CJS and support ESM modules in infer#437

Open
sam-goodwin wants to merge 2 commits into
mainfrom
sam/aws-cdk-esm
Open

feat: build aws-cdk as ESM and CJS and support ESM modules in infer#437
sam-goodwin wants to merge 2 commits into
mainfrom
sam/aws-cdk-esm

Conversation

@sam-goodwin

Copy link
Copy Markdown
Owner

We ran into a problem where we could not use top-level await or other ESM features because infer breaks. This change addresses that.

  • Build the @eventual/aws-cdk package with both ESM and CJS like we do all the others
  • Update esbuild to use format "esm" and target "es2022"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant