Searched refs:strictNullChecks (Results 1 – 25 of 55) sorted by relevance
123
/third_party/typescript/src/testRunner/unittests/config/ |
D | configurationExtension.ts | 94 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/ |
D | optionsStrictPropertyInitializationStrictNullChecks.errors.txt | 1 …on 'strictPropertyInitialization' cannot be specified without specifying option 'strictNullChecks'. 4 …on 'strictPropertyInitialization' cannot be specified without specifying option 'strictNullChecks'.
|
D | generatorReturnTypeFallback.4.types | 2 // 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…
|
D | generatorReturnTypeFallback.4.symbols | 2 // 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…
|
D | generatorReturnTypeFallback.3.types | 2 // 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…
|
D | generatorReturnTypeFallback.3.symbols | 2 // 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…
|
D | generatorReturnTypeFallback.3.errors.txt | 6 …// 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…
|
D | regexpExecAndMatchTypeUsages(strict=false).errors.txt | 1 …tion 'exactOptionalPropertyTypes' cannot be specified without specifying option 'strictNullChecks'. 6 …tion 'exactOptionalPropertyTypes' cannot be specified without specifying option 'strictNullChecks'.
|
D | generatorReturnTypeFallback.1.types | 2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
|
D | generatorReturnTypeFallback.1.symbols | 2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
|
D | generatorReturnTypeFallback.5.types | 2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
|
D | generatorReturnTypeFallback.2.types | 2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
|
D | generatorReturnTypeFallback.2.symbols | 2 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
|
D | generatorReturnTypeFallback.5.symbols | 2 …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/ |
D | Parse implicit boolean flag value.js | 1 --strictNullChecks
|
D | Parse explicit boolean flag value.js | 1 --strictNullChecks false 0.ts
|
D | option of type number errors if its followed by another option.js | 1 0.ts --strictNullChecks --optionName
|
D | option of type string errors if its followed by another option.js | 1 0.ts --strictNullChecks --optionName
|
D | option of type list errors if its followed by another option.js | 1 0.ts --strictNullChecks --rootDirs
|
D | option of type custom map errors if its followed by another option.js | 1 0.ts --strictNullChecks --optionName
|
D | option of type object errors if its followed by another option.js | 1 0.ts --strictNullChecks --paths
|
D | option of type boolean errors if its followed by another option.js | 1 0.ts --strictNullChecks --composite
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxHasLiteralType.tsx | 1 // @strictNullChecks: true
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxSfcReturnNullStrictNullChecks.tsx | 5 // @strictNullChecks: true
|
D | tsxSfcReturnUndefinedStrictNullChecks.tsx | 5 // @strictNullChecks: true
|
123