Go to content

Nicolò Ribaudo - Synchronously Call Your Asynchronous Functions!

With the advent of ESM modules, any tool that dynamically loads modules needs to do so asynchronously: due to its runtime plugins and configuration systems, Babel is slowly migrating from a synchronous to an asynchronous API. However, sometimes you really need your libraries to be synchronous: learn with us how we solved this problem, thanks to Workers and Atomics!

May 12, 2023