Closed darky closed 5 years ago
const obj: {a?: {b: 1}} = {a: {b: 1}} obj.a?.b;
No warning, proper check
Warning: unhandled node kind: 60
v2.3.1 should fix this
Thanks!
Version(if relevant): 2.3.0
Environment(if relevant):
Code(if relevant):
Expected:
No warning, proper check
Actual:
Warning: unhandled node kind: 60