Skip to content

Commit 99aad01

Browse files
Accept baselines.
1 parent 8004b1c commit 99aad01

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ default: false
234234
--noImplicitAny
235235
Enable error reporting for expressions and declarations with an implied 'any' type.
236236
type: boolean
237-
default: `true`, unless `strict` is disabled
237+
default: `true`, unless `strict` is `false`
238238

239239
--noImplicitOverride
240240
Ensure overriding members in derived classes are marked with an override modifier.
@@ -249,7 +249,7 @@ default: false
249249
--noImplicitThis
250250
Enable error reporting when 'this' is given the type 'any'.
251251
type: boolean
252-
default: `true`, unless `strict` is disabled
252+
default: `true`, unless `strict` is `false`
253253

254254
--noPropertyAccessFromIndexSignature
255255
Enforces using indexed accessors for keys declared using an indexed type.
@@ -279,32 +279,32 @@ default: true
279279
--strictBindCallApply
280280
Check that the arguments for 'bind', 'call', and 'apply' methods match the original function.
281281
type: boolean
282-
default: `true`, unless `strict` is disabled
282+
default: `true`, unless `strict` is `false`
283283

284284
--strictBuiltinIteratorReturn
285285
Built-in iterators are instantiated with a 'TReturn' type of 'undefined' instead of 'any'.
286286
type: boolean
287-
default: `true`, unless `strict` is disabled
287+
default: `true`, unless `strict` is `false`
288288

289289
--strictFunctionTypes
290290
When assigning functions, check to ensure parameters and the return values are subtype-compatible.
291291
type: boolean
292-
default: `true`, unless `strict` is disabled
292+
default: `true`, unless `strict` is `false`
293293

294294
--strictNullChecks
295295
When type checking, take into account 'null' and 'undefined'.
296296
type: boolean
297-
default: `true`, unless `strict` is disabled
297+
default: `true`, unless `strict` is `false`
298298

299299
--strictPropertyInitialization
300300
Check for class properties that are declared but not set in the constructor.
301301
type: boolean
302-
default: `true`, unless `strict` is disabled
302+
default: `true`, unless `strict` is `false`
303303

304304
--useUnknownInCatchVariables
305305
Default catch clause variables as 'unknown' instead of 'any'.
306306
type: boolean
307-
default: `true`, unless `strict` is disabled
307+
default: `true`, unless `strict` is `false`
308308

309309
### Watch and Build Modes
310310

0 commit comments

Comments
 (0)