This feature is more related to null coalescing (evaluate the RHS when the LHS 
is null) than to optional chaining (evaluate the LHS when the LHS is *not* 
null).

See https://github.com/gisenberg/proposal-nullary-coalescing/issues/1 
<https://github.com/gisenberg/proposal-nullary-coalescing/issues/1>

—Claude

> Le 15 août 2017 à 03:11, Ari Porad <a...@ariporad.com> a écrit :
> 
> Hi All,
> 
> Given that optional chaining is now stage–1, would there be interest in 
> reviving this proposal? (This idea originated from my comment here 
> <https://github.com/tc39/proposal-optional-chaining/issues/18#issuecomment-322329156>.)
> 
> Apologies if this isn’t the proper way to suggest this idea, it’s my first 
> time posting on es-discuss!
> 
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org <mailto:es-discuss@mozilla.org>
> https://mail.mozilla.org/listinfo/es-discuss 
> <https://mail.mozilla.org/listinfo/es-discuss>

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to