Echo JS 0.11.0

<~>
substack 3581 days ago. link 3 points
If you use a real module system instead of a mere pattern you get:

* boilerplate-free clean file scope
* robust dependency resolution
* explicit imports and exports
* package repositories like npm with granular versioning

Replies

mxxx 3579 days ago. link 1 point
Agreed! But it's a clean pattern to utilise regardless.