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

Remove support for partially applied templates #34

Closed rbuckton closed 3 years ago

rbuckton commented 5 years ago

In a previous TC39 meeting, extending partial application to include template literals and tagged templates was viewed unfavorably by some in the committee as being an unnecessary complication.

This PR reverts this change so that we might consider it in a later follow-on proposal instead.

rbuckton commented 3 years ago

Fixed in #49