calmm-js / partial.lenses

Partial lenses is a comprehensive, high-performance optics library for JavaScript
MIT License
915 stars 36 forks source link

Made `partsOf` variadic with implicit `compose` for convenience #207

Closed polytypic closed 5 years ago

polytypic commented 5 years ago

It seems to be really common to write partsOf([ ... ]), so why not have that pattern implicit.

codecov-io commented 5 years ago

Codecov Report

Merging #207 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #207   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files           1        1           
  Lines        1702     1702           
=======================================
  Hits         1700     1700           
  Misses          2        2
Impacted Files Coverage Δ
dist/partial.lenses.cjs.js 99.88% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e047304...bbad081. Read the comment docs.