tc39 / proposal-call-this

A proposal for a simple call-this operator in JavaScript.
https://tc39.es/proposal-call-this/
MIT License
121 stars 5 forks source link

Optional chaining support? #30

Open dead-claudia opened 1 day ago

dead-claudia commented 1 day ago

I'm thinking this, to align it fully with object methods.

js-choi commented 9 hours ago

I agree that optional chaining would be a logical extension of this proposal. The next time it gets presented to the committee plenary, I might raise it as a possible extension. Since the Committee tends in my experience to be conservative and incremental with regards to syntax, it might deferred to a future proposal.