This is gonna be a quick one: I'm using Deno (version 1.19.2), and couldn't import the fuzzysort.js file as a module. One quick hack with the file (and by that, I mean I removed the UMD function, and added an export const fuzzysort declaration ) later, and it looked like the problem was (somewhat) resolved.
Of course, the hack I did was complete crap - But it could be a step in the right direction. Is proper support for ESM imports a possibility? Or is there something I'm missing, here?
This is gonna be a quick one: I'm using Deno (version 1.19.2), and couldn't import the
fuzzysort.jsfile as a module. One quick hack with the file (and by that, I mean I removed the UMD function, and added anexport const fuzzysortdeclaration ) later, and it looked like the problem was (somewhat) resolved.Of course, the hack I did was complete crap - But it could be a step in the right direction. Is proper support for ESM imports a possibility? Or is there something I'm missing, here?