mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 13:59:04 -05:00
Remove 5.5 deprecated compiler options (#57527)
Co-authored-by: Andrew Branch <andrew@wheream.io>
This commit is contained in:
@@ -789,7 +789,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
|
||||
affectsEmit: true,
|
||||
affectsSemanticDiagnostics: true,
|
||||
affectsBuildInfo: true,
|
||||
category: Diagnostics.Emit,
|
||||
category: Diagnostics.Backwards_Compatibility,
|
||||
description: Diagnostics.Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types,
|
||||
defaultValueDescription: ImportsNotUsedAsValues.Remove,
|
||||
},
|
||||
@@ -1522,7 +1522,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
|
||||
type: "boolean",
|
||||
affectsEmit: true,
|
||||
affectsBuildInfo: true,
|
||||
category: Diagnostics.Emit,
|
||||
category: Diagnostics.Backwards_Compatibility,
|
||||
description: Diagnostics.Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed,
|
||||
defaultValueDescription: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user