medikoo / es5-ext

ECMAScript extensions (with respect to upcoming ECMAScript features)
ISC License
168 stars 81 forks source link

Support no context in function.compose #86

Closed medikoo closed 5 years ago

medikoo commented 5 years ago

In most cases more natural form seems compose(f1, f2, f3) than f1.compose(f2, f3).

It'll be great if compose method supports evaluation with no context value

medikoo commented 5 years ago

It was actually addressed with https://github.com/medikoo/es5-ext/commit/2bafef7df02da974d10ced87fba1ac62ed8aeb2d and published with v0.10.49