esm
esm copied to clipboard
Tomorrow's ECMAScript modules today!
Is it possible to do something like this with `esm` to synchronously import esm modules? ```javascript import esm from 'esm' import { createRequire } from "node:module"; const require = createRequire(import.meta.url)(esm)(module);...
There's no way to support ESM decorators right now due to missing features like parameters decorators. > The nest.js team has been resistant to change for too long I don't...
``` npm warn old lockfile npm warn old lockfile The package-lock.json file was created with an old version of npm, npm warn old lockfile so supplemental metadata must be fetched...