express-zod-api icon indicating copy to clipboard operation
express-zod-api copied to clipboard

Add `module-sync` export condition

Open RobinTail opened this issue 1 year ago • 2 comments

Currently supported by Node 22.10 and 23.x https://github.com/nodejs/node/releases/tag/v22.10.0

This should replace the require condition when all LTS versions support require(ESM)

22.12 enabled require(ESM) by default (without flag)

RobinTail avatar Oct 17 '24 05:10 RobinTail