doc/contributing/maintaining/maintaining-merve.md
The merve dependency is used within the Node.js ESM implementation to detect the named exports of a CommonJS module.
It is used within
node:internal/modules/esm/translators
where it is exposed via an internal binding.
The tools/dep_updaters/update-merve.sh script automates the update of the
merve dependency. It fetches the latest release from GitHub and updates the
files in the deps/merve directory.
To update merve manually:
deps/merve (preserving merve.gyp).If updates are needed to merve for Node.js, first PR those updates into anonrig/merve, request a release and then pull in the updated version once available.