Files
TypeScript/tests/cases/compiler
Jack Williams 4acdca5258 Enforce strictNullChecks for RHS of empty destructuring assignment
When strictNullChecks is on, check the RHS of the following
destructuring assignments for possible null or undefined:

const {} = ...
const [] = ...
let {} = ...
let [] = ...
({} = ...)
2018-01-10 01:46:36 +00:00
..
2017-11-16 10:58:12 -08:00
2018-01-08 17:25:56 -08:00
2017-11-13 10:55:33 -08:00
2017-11-16 11:08:03 -08:00