erikras / lru-memoize

A utility to provide LRU memoization for any js function
MIT License
316 stars 20 forks source link

Added flow types and migrated to jest and rollup #91

Closed erikras closed 5 years ago

erikras commented 5 years ago

Pretty major modernization...

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a2313aa). Click here to learn what that means. The diff coverage is 94.64%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #91   +/-   ##
=========================================
  Coverage          ?   96.25%           
=========================================
  Files             ?        4           
  Lines             ?       80           
  Branches          ?       27           
=========================================
  Hits              ?       77           
  Misses            ?        3           
  Partials          ?        0
Impacted Files Coverage Δ
src/singletonCache.js 100% <100%> (ø)
src/deepEquals.js 100% <100%> (ø)
src/memoize.js 92.59% <90.47%> (ø)
src/lruCache.js 94.73% <92.3%> (ø)

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 a2313aa...77050a9. Read the comment docs.