mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 05:43:11 -05:00
Deprecate ES3 in commandline parser (#56304)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user