Echo JS 0.11.0

<~>
nil 3804 days ago. link 2 points
This is where the magic happens:

Js2JsCompiler.prototype.compileCode = function(code) {
        return code; // as we need to compile javascript to javascript, we do nothing here :)
};

Replies