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

Compare and contrast with old proposals #11

Closed js-choi closed 3 years ago

js-choi commented 3 years ago

@acutmore pointed out in Matrix a few days ago that the explainer does not address the differences this proposal has with the old Stage-0 bind proposal.

In fact, this should be the top thing that the explainer does: it’s a simplified resurrection of the old bind proposal, and it should compare and contrast itself with the old bind proposal (and with the Stage-1 Extensions proposal; see #9).

This was stubbed out in fc74301a49922c81226816d8ee548cb828392a15. Still need to finish.