/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
D | updates-errors-when-strictNullChecks-changes.js | 126 {"compilerOptions":{"strict":true,"alwaysStrict":false}} property 143 Program options: {"strict":true,"alwaysStrict":false,"watch":true,"configFilePath":"/user/username/… property
|
/third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/alwaysStrict/ |
D | tsconfig.json | 3 "alwaysStrict": true boolean
|
/third_party/typescript/tests/baselines/reference/tsbuild/emitDeclarationOnly/ |
D | only-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js | 110 …\"./c\";\r\nexport interface B {\r\n b: C;\r\n}\r\n"}],"options":{"alwaysStrict":true,"composit… property 149 "alwaysStrict": true, property 221 …\"./c\";\r\nexport interface B {\r\n b: C;\r\n}\r\n"}],"options":{"alwaysStrict":true,"composit… property 260 "alwaysStrict": true, property 344 …\"./c\";\r\nexport interface B {\r\n b: C;\r\n}\r\n"}],"options":{"alwaysStrict":true,"composit… property 383 "alwaysStrict": true, property
|
D | only-dts-output-in-circular-import-project-with-emitDeclarationOnly.js | 111 … { B } from \"./b\";\r\nexport { C } from \"./c\";\r\n"}],"options":{"alwaysStrict":true,"composit… property 163 "alwaysStrict": true, property 255 … { B } from \"./b\";\r\nexport { C } from \"./c\";\r\n"}],"options":{"alwaysStrict":true,"composit… property 307 "alwaysStrict": true, property
|
D | only-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js | 123 … { B } from \"./b\";\r\nexport { C } from \"./c\";\r\n"}],"options":{"alwaysStrict":true,"composit… property 175 "alwaysStrict": true, property 274 … { B } from \"./b\";\r\nexport { C } from \"./c\";\r\n"}],"options":{"alwaysStrict":true,"composit… property 326 "alwaysStrict": true, property
|
/third_party/typescript/src/ |
D | tsconfig-base.json | 24 "alwaysStrict": true, boolean
|
/third_party/typescript/src/compiler/transformers/ |
D | ts.ts | 580 const alwaysStrict = getStrictOptionValue(compilerOptions, "alwaysStrict") && constant
|
/third_party/typescript/tests/dets/ |
D | tsconfig.json | 724 "alwaysStrict": true boolean
|
/third_party/typescript/tests/arkTSTest/ |
D | tsconfig.json | 786 "alwaysStrict": true boolean
|
/third_party/typescript/src/server/ |
D | protocol.ts | 3530 alwaysStrict?: boolean; property
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 2771 alwaysStrict?: boolean; property
|
D | typescript.d.ts | 3064 alwaysStrict?: boolean; property
|
D | typescriptServices.d.ts | 3064 alwaysStrict?: boolean; property
|
D | tsserverlibrary.d.ts | 3064 alwaysStrict?: boolean; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3064 alwaysStrict?: boolean; property
|
D | tsserverlibrary.d.ts | 3064 alwaysStrict?: boolean; property
|