Deprecate ES3 in commandline parser (#56304)

Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
Ryan Cavanaugh
2023-11-03 12:29:32 -07:00
committed by GitHub
parent 09fc67bd48
commit 1565f96e44
9 changed files with 11 additions and 8 deletions

View File

@@ -529,6 +529,7 @@ export const targetOptionDeclaration: CommandLineOptionOfCustomType = {
affectsModuleResolution: true,
affectsEmit: true,
affectsBuildInfo: true,
deprecatedKeys: new Set(["es3"]),
paramType: Diagnostics.VERSION,
showInSimplifiedHelpView: true,
category: Diagnostics.Language_and_Environment,