Skip to content

Commit 5742ea7

Browse files
Accept baselines.
1 parent 99d5b98 commit 5742ea7

9 files changed

Lines changed: 9 additions & 9 deletions

tests/baselines/reference/tsc/commandLine/adds-color-when-FORCE_COLOR-is-set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ default: false
149149
--strict
150150
Enable all strict type-checking options.
151151
type: boolean
152-
default: false
152+
default: true
153153

154154
--types
155155
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set-even-if-FORCE_COLOR-is-set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ default: false
149149
--strict
150150
Enable all strict type-checking options.
151151
type: boolean
152-
default: false
152+
default: true
153153

154154
--types
155155
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ default: false
149149
--strict
150150
Enable all strict type-checking options.
151151
type: boolean
152-
default: false
152+
default: true
153153

154154
--types
155155
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/commandLine/help-all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ default: false
274274
--strict
275275
Enable all strict type-checking options.
276276
type: boolean
277-
default: false
277+
default: true
278278

279279
--strictBindCallApply
280280
Check that the arguments for 'bind', 'call', and 'apply' methods match the original function.

tests/baselines/reference/tsc/commandLine/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ default: false
148148
--strict
149149
Enable all strict type-checking options.
150150
type: boolean
151-
default: false
151+
default: true
152152

153153
--types
154154
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ default: false
149149
--strict
150150
Enable all strict type-checking options.
151151
type: boolean
152-
default: false
152+
default: true
153153

154154
--types
155155
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ default: false
149149
--strict
150150
Enable all strict type-checking options.
151151
type: boolean
152-
default: false
152+
default: true
153153

154154
--types
155155
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent-with---ignoreConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ default: false
158158
--strict
159159
Enable all strict type-checking options.
160160
type: boolean
161-
default: false
161+
default: true
162162

163163
--types
164164
Specify type package names to be included without being referenced in a source file.

tests/baselines/reference/tsc/ignoreConfig/without-any-options-when-config-file-absent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ default: false
158158
--strict
159159
Enable all strict type-checking options.
160160
type: boolean
161-
default: false
161+
default: true
162162

163163
--types
164164
Specify type package names to be included without being referenced in a source file.

0 commit comments

Comments
 (0)