Remove 5.5 deprecated compiler options (#57527)

Co-authored-by: Andrew Branch <andrew@wheream.io>
This commit is contained in:
Jake Bailey
2024-02-28 14:35:39 -08:00
committed by GitHub
parent cfbb15f0c1
commit 26df0cb23e
770 changed files with 1111 additions and 5783 deletions

View File

@@ -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,
},