It is unfortunate, that the #JavaScript we are executing is not the JavaScript
we are writing, so we need an intermediary place to dump it.
https://twitter.com/dtanzer/status/1004683590008000512
1 reply
https://github.com/ry/deno gives an idea how JavaScript development could look
like without the current node_modules way, it's module resolution is inspired by
Go.