tc39 / proposal-partial-application

Proposal to add partial application to ECMAScript
https://tc39.es/proposal-partial-application/
BSD 3-Clause "New" or "Revised" License
1.02k stars 25 forks source link

Disallow multiple `...` in a partial call #14

Closed rbuckton closed 5 years ago

rbuckton commented 7 years ago

At the September TC39 meeting it was suggested that we disallow multiple ... in a partial call, as it could be ambiguous and confusing. A partial call with multiple ... should be an error.

rbuckton commented 5 years ago

Closing as the current draft of the proposal has removed support for the ... token.