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

Transpiler support #55

Open coderaiser opened 2 years ago

coderaiser commented 2 years ago

Just made a partial support of partial application, that can be used as a plugin to acorn in goldstein with help of currify and 🐊Putout code transformer.

Maybe it helps a bit to move things forward :).