Last 12 weeks ยท 0 commits
4 of 6 standards met
Hi there. First off thanks for making this library! It's really helpful. I'm having an issue when trying to test my code that uses this library via . I believe the issue that is that jest does not have full support yet for ESM. Therefore during my test, I'm getting: Would it be possible to export a Common JS version of the library as well as an ESM version? Rollup can do this automatically. https://jestjs.io/docs/ecmascript-modules
Repository: sindresorhus/array-move. Description: Move an array item to a different position Stars: 425, Forks: 30. Primary language: JavaScript. Languages: JavaScript (74%), TypeScript (26%). License: MIT. Latest release: v4.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 3y ago. Community health: 85%. Top contributors: sindresorhus, Richienb, arthurvr, BendingBender, Mackhintoshi, JulianG, mathewjoe, szamanr, xcsrz.
Try to import this module to node project. Got this error if i use require i got another error if i make i got How properly make import of module to project???