Closed cmdcolin closed 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
@cmdcolin did you push this to npm?
Yep up there as v2.0.3
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