Home
last modified time | relevance | path

Searched refs:strictNullChecks (Results 1 – 25 of 55) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/config/
DconfigurationExtension.ts94 strictNullChecks: false
101 strictNullChecks: true
263 strictNullChecks: true,
272 strictNullChecks: false,
303 strictNullChecks: true,
312 strictNullChecks: true,
321 strictNullChecks: true,
/third_party/typescript/tests/baselines/reference/
DoptionsStrictPropertyInitializationStrictNullChecks.errors.txt1 …on 'strictPropertyInitialization' cannot be specified without specifying option 'strictNullChecks'.
4 …on 'strictPropertyInitialization' cannot be specified without specifying option 'strictNullChecks'.
DgeneratorReturnTypeFallback.4.types2 // Allow generators to fallback to IterableIterator if they are not in strictNullChecks mode
3 // NOTE: In non-strictNullChecks mode, `undefined` (the default sent value) is assignable to everyt…
DgeneratorReturnTypeFallback.4.symbols2 // Allow generators to fallback to IterableIterator if they are not in strictNullChecks mode
3 // NOTE: In non-strictNullChecks mode, `undefined` (the default sent value) is assignable to everyt…
DgeneratorReturnTypeFallback.3.types2 // Do not allow generators to fallback to IterableIterator while in strictNullChecks mode if they n…
3 // NOTE: In non-strictNullChecks mode, `undefined` (the default sent value) is assignable to everyt…
DgeneratorReturnTypeFallback.3.symbols2 // Do not allow generators to fallback to IterableIterator while in strictNullChecks mode if they n…
3 // NOTE: In non-strictNullChecks mode, `undefined` (the default sent value) is assignable to everyt…
DgeneratorReturnTypeFallback.3.errors.txt6 …// Do not allow generators to fallback to IterableIterator while in strictNullChecks mode if they …
7 …// NOTE: In non-strictNullChecks mode, `undefined` (the default sent value) is assignable to every…
DregexpExecAndMatchTypeUsages(strict=false).errors.txt1 …tion 'exactOptionalPropertyTypes' cannot be specified without specifying option 'strictNullChecks'.
6 …tion 'exactOptionalPropertyTypes' cannot be specified without specifying option 'strictNullChecks'.
DgeneratorReturnTypeFallback.1.types2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
DgeneratorReturnTypeFallback.1.symbols2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
DgeneratorReturnTypeFallback.5.types2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
DgeneratorReturnTypeFallback.2.types2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
DgeneratorReturnTypeFallback.2.symbols2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
DgeneratorReturnTypeFallback.5.symbols2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
/third_party/typescript/tests/baselines/reference/config/commandLineParsing/parseCommandLine/
DParse implicit boolean flag value.js1 --strictNullChecks
DParse explicit boolean flag value.js1 --strictNullChecks false 0.ts
Doption of type number errors if its followed by another option.js1 0.ts --strictNullChecks --optionName
Doption of type string errors if its followed by another option.js1 0.ts --strictNullChecks --optionName
Doption of type list errors if its followed by another option.js1 0.ts --strictNullChecks --rootDirs
Doption of type custom map errors if its followed by another option.js1 0.ts --strictNullChecks --optionName
Doption of type object errors if its followed by another option.js1 0.ts --strictNullChecks --paths
Doption of type boolean errors if its followed by another option.js1 0.ts --strictNullChecks --composite
/third_party/typescript/tests/cases/compiler/
DjsxHasLiteralType.tsx1 // @strictNullChecks: true
/third_party/typescript/tests/cases/conformance/jsx/
DtsxSfcReturnNullStrictNullChecks.tsx5 // @strictNullChecks: true
DtsxSfcReturnUndefinedStrictNullChecks.tsx5 // @strictNullChecks: true

123