▲ ES Modules in Node Today! at blogs.windows.com▼12 up and 0 down, posted by radubrehar 2691 days ago 4 comments
MaxArt 2691 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.
MaxArt 2690 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.