Searched defs:strictNullChecks (Results 1 – 15 of 15) sorted by relevance
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
D | updates-errors-when-strictNullChecks-changes.js | 74 {"compilerOptions":{"strictNullChecks":true}} property 91 Program options: {"strictNullChecks":true,"watch":true,"configFilePath":"/user/username/projects/my… property
|
D | extended-source-files-are-watched.js | 213 {"extends":"./first.tsconfig.json","compilerOptions":{"strictNullChecks":true}} property 225 Program options: {"strict":false,"strictNullChecks":true,"watch":true,"project":"/a/b/tsconfig.json… property
|
/third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/strictNullChecks/ |
D | tsconfig.json | 3 "strictNullChecks": true boolean
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | tsconfig.json | 7 "strictNullChecks": true, boolean
|
/third_party/typescript/src/ |
D | tsconfig-base.json | 15 "strictNullChecks": true, boolean
|
/third_party/typescript/src/compiler/transformers/ |
D | typeSerializer.ts | 66 const strictNullChecks = getStrictOptionValue(compilerOptions, "strictNullChecks"); constant
|
/third_party/typescript/tests/cases/fourslash/ |
D | fourslash.ts | 127 strictNullChecks?: boolean; property
|
/third_party/typescript/src/server/ |
D | protocol.ts | 3585 strictNullChecks?: boolean; property
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 2826 strictNullChecks?: boolean; property
|
D | typescript.d.ts | 3141 strictNullChecks?: boolean; property
|
D | typescriptServices.d.ts | 3141 strictNullChecks?: boolean; property
|
D | tsserverlibrary.d.ts | 3141 strictNullChecks?: boolean; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3141 strictNullChecks?: boolean; property
|
D | tsserverlibrary.d.ts | 3141 strictNullChecks?: boolean; property
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 361 const strictNullChecks = getStrictOptionValue(compilerOptions, "strictNullChecks"); enumerator
|