FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Transpile code using esbuild and update some dependencies #567

Closed davidmz closed 2 years ago

davidmz commented 2 years ago

This PR removes 'esbuild-register' in favor of a custom transpilation algorithm based on the 'esbuild-register' and 'esbuild-runner' ones. This algorithm allows to transpile all existing dependencies and, if necessary, to patch the source code of packages.

There are also some major updates of 'unexpected', 'chai', 'koa-body' etc.

Also, a very simple test for Best Of Digest email creation was added, just to be sure that the React renderer works with the new transpiler.