Echo JS 0.11.0

<~>
MaxArt 2448 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.

Replies

xab 2445 days ago. link 1 point
isn't this something similar to babel's "register"?
MaxArt 2447 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.