nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 7 forks source link

refactor(build): move most of the code to ESM #179

Closed nfroidure closed 6 months ago

nfroidure commented 6 months ago

Some things still needs to be fixed like Jest and AWS Lambda/CGP builds to use ESM too.

BREAKING CHANGE: Will require Node 20 since it relies on its ESM support. Also, the PROJECT_SRC constant is removed and the INITIALIZER_PATHS_MAP constant is now supposed to have well designed paths in it.

102