Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): update TS target to ES2021 #18948

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Conversation

JamesHenry
Copy link
Collaborator

Current Behavior

We downlevel async await and likely a few other things to work based on the ES2015 target, but our minimum supported Node version is Node 16, which fully supports ES2021.

Expected Behavior

We output async await and other such things unmodified.

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented Aug 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2023 5:48pm

@JamesHenry JamesHenry enabled auto-merge (squash) August 31, 2023 18:01
@JamesHenry JamesHenry merged commit 6d68656 into nrwl:master Aug 31, 2023
3 checks passed
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2023
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.

2 participants