On version 14.8.0 release, almost two years ago, Node.js closed the issue#34558, called module: unflag Top-Level Await. From version 14.8 we can use await outside an async function inside an ES module. After almost two years, we still find Node.js code not taking advantage of it. Furthermore, the complexity of…