Philipp Dunkel
Results
3
issues of
Philipp Dunkel
**What this PR does / why we need it**: This is intended to implement passing compile-time `NODE_OPTIONS` to node. I am using this to pass `--experimental-vm-modules --no-warnings` to a project...
Hi there, you are leaking the function readLine into the global object. That's not a good thing, because you don't know who else is doing so. It will break your...