kevinbarabash / compiler

2 stars 0 forks source link

Optional chaining #47

Open kevinbarabash opened 2 years ago

kevinbarabash commented 2 years ago

a?.b?.c should have the type typeof c | undefined if either a or b can be undefined.