Jeff Hansen
Jeff Hansen
I know some people use Awilix with Webpack, but if renaming that file won't break anything, then I have no problem doing this.
Looks like you are trying to load es modules as if they are cjs? What are you transpiling to? Are you using ts node? I don’t have much to go...
Its possible that fast-glob isn’t respecting that ignore pattern then. I haven’t had to add those myself though and I also use TypeScript.
We will have to wait until the issue is fixed in `fast-glob`.
I left a comment but no news yet.
I have been wanting to switch to ESLint, just didn't get around to it yet.
I would be willing to accept a pull request adding support for this if you would be able to provide help with maintaining it as I have never used Deno...
What goes into maintaining option 2?
My primary concern would be that supporting Deno might prevent me from doing some things that aren't possible in Deno but are in Node — I have no idea what...
We already have ESM support for `loadModules` I think? There should be an option that makes it use ESM and Promise.