Echo JS 0.11.0

<~>

MaxArt 2454 days ago. link 2 points
It's impressive how simply requiring a module introduces *new syntax* in Node. I didn't know it was possible.
xab 2451 days ago. link 1 point
isn't this something similar to babel's "register"?
MaxArt 2453 days ago. link 2 points
It means that `import x from "y"` is normally a syntax error in Node. But it seems that just requiring @std/esm makes the magic happening.