TheSpyder / rescript-nodejs

Node bindings for ReScript
MIT License
79 stars 15 forks source link

NodeJS 16 API changes #21

Closed TheSpyder closed 9 months ago

TheSpyder commented 9 months ago

It looks like timers/promises is the only new API: https://epnovate.com/blog/whats-new-in-node-v16/

https://nodejs.org/api/timers.html#timers-promises-api

This will be a good chance to release the first of some breaking changes that are long overdue to leverage new ReScript capabilities.