Eugenio Berretta

Results 43 comments of Eugenio Berretta

In this code there is a problem with Windows paths. > > @cullylarson Ran into the same issue. > > It appears that the new esm code isn't running the...

@JakobJingleheimer Could you please link me the signature in the doc? Does this mean that my noduek should behave differently depending on the version of nodejs?

> https://nodejs.org/api/esm.html#hooks > > I'm not sure what version(s) of Node.js the change was backported to, but at the very least, my code from ~2 years ago and what you...

You can use [this module](https://www.npmjs.com/package/esm-module-alias) instead

It creates a string like this: ![image](https://user-images.githubusercontent.com/33126163/149416191-8af86dc7-83cd-467f-88c6-ffc027adda78.png) Of course just by the name was it difficult to guess, it is described in the [documentation](https://dree-euberdeveloper.vercel.app/#result)

Any news on this?

Yeah 😂

The source code for the cjs does not use require, it uses `import logger from 'euberlog'` Then, via typescript, it is built in a wrong way, I think by esbuild...

> The source code for the cjs does not use require, it uses `import logger from 'euberlog'` > > Then, via typescript, it is built in a wrong way, I...