A very fast lexer used to detect the named exports of a CommonJS module
Description
A very fast JS CommonJS module syntax lexer used to detect the most likely list
of named exports of a CommonJS module. This project is used in Node.js core
for detecting the named exports available when importing a CJS module into ESM,
and is maintained for this purpose.