▲ js2js : a revolutionary open-source compiler from JavaScript to JavaScript at eleks.github.io▼7 up and 3 down, posted by coffeeyesplease 4016 days ago 5 comments
nil 4015 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 :) };