From 5742ea751976215d0298ccf33fc095b1382669b8 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 3 Feb 2026 23:46:45 +0000 Subject: [PATCH] Accept baselines. --- .../tsc/commandLine/adds-color-when-FORCE_COLOR-is-set.js | 2 +- ...add-color-when-NO_COLOR-is-set-even-if-FORCE_COLOR-is-set.js | 2 +- .../tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js | 2 +- tests/baselines/reference/tsc/commandLine/help-all.js | 2 +- tests/baselines/reference/tsc/commandLine/help.js | 2 +- ...ent_OutputsSkipped-when-host-can't-provide-terminal-width.js | 2 +- ...ow-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js | 2 +- ...t-any-options-when-config-file-absent-with---ignoreConfig.js | 2 +- .../ignoreConfig/without-any-options-when-config-file-absent.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/baselines/reference/tsc/commandLine/adds-color-when-FORCE_COLOR-is-set.js b/tests/baselines/reference/tsc/commandLine/adds-color-when-FORCE_COLOR-is-set.js index 88e58e22c76..9137d54383f 100644 --- a/tests/baselines/reference/tsc/commandLine/adds-color-when-FORCE_COLOR-is-set.js +++ b/tests/baselines/reference/tsc/commandLine/adds-color-when-FORCE_COLOR-is-set.js @@ -149,7 +149,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set-even-if-FORCE_COLOR-is-set.js b/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set-even-if-FORCE_COLOR-is-set.js index b932a9b0660..11fa2099187 100644 --- a/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set-even-if-FORCE_COLOR-is-set.js +++ b/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set-even-if-FORCE_COLOR-is-set.js @@ -149,7 +149,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js b/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js index b932a9b0660..11fa2099187 100644 --- a/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js +++ b/tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js @@ -149,7 +149,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/commandLine/help-all.js b/tests/baselines/reference/tsc/commandLine/help-all.js index a88ff54eef0..bb2de3434e9 100644 --- a/tests/baselines/reference/tsc/commandLine/help-all.js +++ b/tests/baselines/reference/tsc/commandLine/help-all.js @@ -274,7 +274,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --strictBindCallApply Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. diff --git a/tests/baselines/reference/tsc/commandLine/help.js b/tests/baselines/reference/tsc/commandLine/help.js index 251e3f7a628..4aee536f554 100644 --- a/tests/baselines/reference/tsc/commandLine/help.js +++ b/tests/baselines/reference/tsc/commandLine/help.js @@ -148,7 +148,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js b/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js index 88e58e22c76..9137d54383f 100644 --- a/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js +++ b/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js @@ -149,7 +149,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js b/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js index 88e58e22c76..9137d54383f 100644 --- a/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js +++ b/tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js @@ -149,7 +149,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent-with---ignoreConfig.js b/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent-with---ignoreConfig.js index 0c440bf49cf..f53c3ae556d 100644 --- a/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent-with---ignoreConfig.js +++ b/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent-with---ignoreConfig.js @@ -158,7 +158,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file. diff --git a/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent.js b/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent.js index ba9716f04b7..e663ae26a60 100644 --- a/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent.js +++ b/tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent.js @@ -158,7 +158,7 @@ default: false --strict Enable all strict type-checking options. type: boolean -default: false +default: true --types Specify type package names to be included without being referenced in a source file.