Echo JS 0.11.0

<~>

ilfroloff comments

ilfroloff 2885 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.