-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Invalid ES2023 target suggestedΒ #57683
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
π Search Terms
es2023
π Version & Regression Information
- This is the behavior in every version I tried
β― Playground Link
No response
π» Code
π Actual behavior
We get completions for "target" that include "ES2023".
If we accept that, we get the following error:
"error TS6046: Argument for '--target' option must be: 'es5', 'es6', 'es2015', 'es2016', 'es2017', 'es2018', 'es2019', 'es2020', 'es2021', 'es2022', 'esnext'."
π Expected behavior
No suggestion of "ES2023".
Additional information about the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue