Kubilay Kahveci
Kubilay Kahveci
```js if (true) { var x = 1; } export { x }; ``` This piece of code works with `node --experimental-modules` on v12.8.0. On esm v3.2.25, it fails with...
At Bloomberg, we have been using lazy module evaluation in production for a long time. We have proved multiple times that it's essential for better application startup performance. Hence we...
Opening this after a short conversation with @lukastaegert. ### Feature Use Case REPL is super useful as a playground and for sharing reproduction steps for bugs but only allows configuring...