Hacker News new | ask | show | jobs
by zarzavat 284 days ago
ESM has Hot Module Reloading. When you import a symbol it gives you a handle to that symbol rather than a plain reference, so that if the module changes the symbol will too.
1 comments

It's not a feature of the language was my point, not that it's not possible.