Echo JS 0.11.0

<~>

tracker1 2898 days ago. link 2 points
Not sure that I like monkey patching require quite like this... and tbh if you're using babel (for any number of reasons, even on the latest node), then you can already get encapsulation with "use strict";
ilfroloff 2897 days ago. link 1 point
I'm agree, the wrapper isn't the great solution for patching node.js, but IMHO babel install and setup only for single reason - encapsulation code with "use strict", also not a really good choice. Especially with node 6.x version where babel is bit redundantly.

This wrapper will be helpful for projects with native js code and for annoyed people (like me :D) which don't what to write "use strict" in every server file.