claudepache/es-optional-chaining
ECMAScript proposal for Optional Chaining (aka Existential Operator, aka Null Propagation)
HTMLCC0-1.0
Issues
- 14
Why not just `?`
#3 opened by bevacqua - 13
- 45
Use ".?" operator
#2 opened by naholyr - 7
- 13
Do you have a babel plugin?
#6 opened by a-x- - 3
Interaction with destructuring assignment
#7 opened by claudepache - 6
- 4
Optional call returns references
#4 opened by zenparsing - 1
Remove a?.b = c and delete a?.b
#18 opened by claudepache - 2
- 3
Postfix (or Prefix) Existential Operator
#13 opened by Jamesernator - 4
Why not use the the common getIn pattern
#17 opened by jhicken - 4
(a.b.c)?.d - Would it support?
#11 opened by mc-zone - 4
How will methods on number literals be handled?
#15 opened by Mouvedia - 7
Use null instead of undefined
#12 opened by Alxandr - 2
Clarification on ?.3
#14 opened by notoriousb1t - 4
Null conditional operator
#9 opened by artemgurzhii - 4
Working with es6 const, let
#5 opened by a-x- - 8
Parsing issue for foo?.3
#1 opened by claudepache