Home
last modified time | relevance | path

Searched defs:strictNullChecks (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dupdates-errors-when-strictNullChecks-changes.js74 {"compilerOptions":{"strictNullChecks":true}} property
91 Program options: {"strictNullChecks":true,"watch":true,"configFilePath":"/user/username/projects/my… property
Dextended-source-files-are-watched.js213 {"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/
Dtsconfig.json3 "strictNullChecks": true boolean
/third_party/skia/modules/canvaskit/npm_build/types/
Dtsconfig.json7 "strictNullChecks": true, boolean
/third_party/typescript/src/
Dtsconfig-base.json15 "strictNullChecks": true, boolean
/third_party/typescript/src/compiler/transformers/
DtypeSerializer.ts66 const strictNullChecks = getStrictOptionValue(compilerOptions, "strictNullChecks"); constant
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts127 strictNullChecks?: boolean; property
/third_party/typescript/src/server/
Dprotocol.ts3585 strictNullChecks?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2826 strictNullChecks?: boolean; property
Dtypescript.d.ts3141 strictNullChecks?: boolean; property
DtypescriptServices.d.ts3141 strictNullChecks?: boolean; property
Dtsserverlibrary.d.ts3141 strictNullChecks?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3141 strictNullChecks?: boolean; property
Dtsserverlibrary.d.ts3141 strictNullChecks?: boolean; property
/third_party/typescript/src/compiler/
Dchecker.ts361 const strictNullChecks = getStrictOptionValue(compilerOptions, "strictNullChecks"); enumerator