Issues
- 2
`==` is bad style
#144 opened by Some-IOI-Sixer - 1
[Bug] Function.prototype.apply was called on undefined, which is a undefined and not a function
#143 opened by wenfangdu - 1
Typo (missing the dot operator)
#142 opened by RinatValiullov - 4
Inconsistencies (perhaps in documentation) with optional chaining function variant.
#141 opened by dantheobserver - 5
Use case : var1?.field === var2?.field
#139 opened by ErnestBrandi - 0
- 3
how do i use it with the version6 of babel
#132 opened by itlixiaolong - 0
- 3
replace Object wrapper strange behiavior
#135 opened by jonlepage - 0
<spam>
#134 opened by ZPresident - 3
How many times is the optional property accessed?
#133 opened by sffc - 11
Implementation status tracking
#115 opened by rkirsling - 2
Optional exclusion (`undefined` case)
#130 opened by guigaoliveira - 25
pre-Stage 3 review
#102 opened by ljharb - 15
How does this interact with [[IsHTMLDDA]]
#108 opened by Jessidhia - 18
Using the name "safe-navigation" operator instead of "optional-chaining"
#68 opened by Daniel-Khodabakhsh - 2
Should this be valid code?
#89 opened by leobalter - 51
- 77
- 3
Can Optional Chaining imitate swift style?
#126 opened by 0x30 - 18
Another approach for syntax
#78 opened by aminpaks - 4
- 8
Can this effect be achieved?
#124 opened by 1316346949 - 35
Destructuring syntax
#74 opened by webdif - 9
Will Apple's Patent Regarding `Optional chaining` Affect this proposal?
#122 opened by satishbabariya - 1
`??` as a "fallback when undefined" operator
#123 opened by c-smile - 6
Post-operator question mark
#114 opened by stuartpb - 2
Optional Chaining Array and Three orders
#112 opened by 120011676 - 4
- 4
Should we support class inheritance?
#101 opened by bcoe - 3
Add Note about short-circuiting behavior
#99 opened by bcoe - 1
- 7
List Dart in prior art
#90 opened by aghassemi - 34
Is this feature over-constrained?
#77 opened by zenparsing - 3
Can we simplify this to a single `?`?
#82 opened by wintercounter - 7
A proposal that enables .? and ?[]
#81 opened by Mouvedia - 2
- 20
double dot syntax proposal
#80 opened by victornpb - 16
Optional Chaining (reach Stage 2)
#83 opened by nodkz - 4
- 7
- 3
Optional Default Value
#84 opened by Slyke - 16
Consider if this feature is worth implementing
#79 opened by damaon - 9
Token and parser concideration
#66 opened by aminpaks - 2
Stage 2?
#76 opened by williamluke4 - 3
- 1
- 5
optional?.required vs required?.optional
#70 opened by lukescott - 2
- 4
Elvis operator (default return value)
#64 opened by lostpebble