caiogondim / fast-memoize.js

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

Add TS definitions file to package.json [files] section #69

Closed elektronik2k5 closed 6 years ago

elektronik2k5 commented 6 years ago

Add TS definitions file to package.json [files] section to include it in published package.

Add test to verify it really works. Move typescript dependency into test package.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files           1        1           
  Lines          37       37           
  Branches        8        8           
=======================================
  Hits           36       36           
  Misses          1        1
elektronik2k5 commented 6 years ago

Looks like the codeclimate conf is outdated, which is why it's failing to even run: https://docs.codeclimate.com/docs/advanced-configuration#section-analysis-configuration-versions @caiogondim