Add new option "libReplacement" (#60829)

This commit is contained in:
Jake Bailey
2025-01-23 17:34:52 -08:00
committed by GitHub
parent c5058f0066
commit 220706eb03
49 changed files with 1230 additions and 71 deletions
+8
View File
@@ -865,6 +865,14 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
affectsBuildInfo: true,
affectsSemanticDiagnostics: true,
},
{
name: "libReplacement",
type: "boolean",
affectsProgramStructure: true,
category: Diagnostics.Language_and_Environment,
description: Diagnostics.Enable_lib_replacement,
defaultValueDescription: true,
},
// Strict Type Checks
{