https://nodejs.org/docs/latest/api/esm.html#importmetadirname
import.meta.filename
is the same as the url.fileURLToPath()
of the import.meta.url
.
import.meta.dirname
is the same as the path.dirname()
of the import.meta.filename
.
inject-cjs-and-esm-shims need support import.meta.dirname
and import.meta.filename
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too