Searched refs:strictNullChecks (Results 1 – 25 of 50) sorted by relevance
12
/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 | 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.
|
D | generatorReturnTypeFallback.2.errors.txt | 6 …k to IterableIterator if they do not need a type for the sent value while in strictNullChecks mode.
|
D | classPropertyErrorOnNameOnly.types | 9 // turn on strictNullChecks
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-unnecessary-condition.md | 69 …// 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…
|
D | strict-boolean-expressions.md | 150 …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/ |
D | jsxHasLiteralType.tsx | 1 // @strictNullChecks: true
|
D | tsxReactPropsInferenceSucceedsOnIntersections.tsx | 3 // @strictNullChecks: true
|
D | jsxCallbackWithDestructuring.tsx | 3 // @strictNullChecks: true
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxSfcReturnUndefinedStrictNullChecks.tsx | 5 // @strictNullChecks: true
|
D | tsxSfcReturnNullStrictNullChecks.tsx | 5 // @strictNullChecks: true
|
D | tsxSpreadAttributesResolution17.tsx | 1 // @strictNullChecks: true
|
D | checkJsxChildrenProperty13.tsx | 6 // @strictNullChecks: true
|
D | checkJsxChildrenProperty2.tsx | 6 // @strictNullChecks: true
|
12