-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Missing es2023
target
#3762
Comments
garysassano
changed the title
Missing May 12, 2024
Error: Invalid target "es2023" in "--target=es2023"
es2023
target
Sure, I can add that. I don't think it will do anything different than |
Closed
This was referenced Jun 2, 2024
This was referenced Jun 3, 2024
This was referenced Jul 21, 2024
This was referenced Jul 22, 2024
This was referenced Jul 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although Microsoft added
es2023
target in TypeScript last month (see this PR), esbuild still doesn't recognize it. Attempting to usees2023
with esbuild results in the following error:The text was updated successfully, but these errors were encountered: