Echo JS 0.11.0

<~>

substack 3572 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
mxxx 3570 days ago. link 1 point
Agreed! But it's a clean pattern to utilise regardless.