Home
last modified time | relevance | path

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

12

/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…
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.
DgeneratorReturnTypeFallback.2.errors.txt6 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
DclassPropertyErrorOnNameOnly.types9 // turn on strictNullChecks
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-unnecessary-condition.md69 …// if true, the rule will not error when running with a tsconfig that has strictNullChecks turned …
91 …will error on every file whose `tsconfig.json` does _not_ have the `strictNullChecks` compiler opt…
93 Without `strictNullChecks`, TypeScript essentially erases `undefined` and `null` from the types. Th…
95 You should be using `strictNullChecks` to ensure complete type-safety in your codebase.
97 If for some reason you cannot turn on `strictNullChecks`, but still want to use this rule - you can…
Dstrict-boolean-expressions.md150 …will error on every file whose `tsconfig.json` does _not_ have the `strictNullChecks` compiler opt…
152 Without `strictNullChecks`, TypeScript essentially erases `undefined` and `null` from the types. Th…
154 You should be using `strictNullChecks` to ensure complete type-safety in your codebase.
156 If for some reason you cannot turn on `strictNullChecks`, but still want to use this rule - you can…
/third_party/typescript/tests/cases/compiler/
DjsxHasLiteralType.tsx1 // @strictNullChecks: true
DtsxReactPropsInferenceSucceedsOnIntersections.tsx3 // @strictNullChecks: true
DjsxCallbackWithDestructuring.tsx3 // @strictNullChecks: true
/third_party/typescript/tests/cases/conformance/jsx/
DtsxSfcReturnUndefinedStrictNullChecks.tsx5 // @strictNullChecks: true
DtsxSfcReturnNullStrictNullChecks.tsx5 // @strictNullChecks: true
DtsxSpreadAttributesResolution17.tsx1 // @strictNullChecks: true
DcheckJsxChildrenProperty13.tsx6 // @strictNullChecks: true
DcheckJsxChildrenProperty2.tsx6 // @strictNullChecks: true

12