GMOD / tribble-index-js

Read htsjdk tribble indexes in pure JS
MIT License
1 stars 1 forks source link

Fix for ie11 #3

Closed cmdcolin closed 5 years ago

cmdcolin commented 5 years ago

This changes to use quick-lru which aids IE11 compatibility because lru-cache uses Object.defineProperty on length which seems un-babel-ifiable

The util.promisify also can end up doing Object.defineProperty on the length property too so es6-promisify is used

rbuels commented 5 years ago

@cmdcolin did you push this to npm?

cmdcolin commented 5 years ago

Yep up there as v2.0.3