caiogondim / fast-memoize.js

:rabbit2: Fastest possible memoization library
https://npm.im/fast-memoize
MIT License
2.58k stars 86 forks source link

Make code ES5 compatible #45

Closed Cap32 closed 7 years ago

Cap32 commented 7 years ago

The prev version still has some ES2015 code.

codecov-io commented 7 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #45   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          32     32           
=====================================
  Hits           32     32
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :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 823f5f2...dee0647. Read the comment docs.

caiogondim commented 7 years ago

Seems I don't know how to write ES5 anymore 😢 Thanks a lot for the PR

caiogondim commented 7 years ago

New release: https://github.com/caiogondim/fast-memoize.js/releases/tag/v2.2.7 Already on npm as well: https://www.npmjs.com/package/fast-memoize

Cap32 commented 7 years ago

It's not your fault, it's babel's fault 😂