stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
333 stars 125 forks source link

[ESM] SyntaxError: Unexpected eval or arguments in strict mode #1331

Open EnzoAlbornoz opened 10 months ago

EnzoAlbornoz commented 10 months ago

Currently, ioredis-mock ships code that is invalid under strict mode (use of arguments keyword). This prevents the package usage from native ES6 modules in Node JS.