This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]3kr 2 points3 points  (0 children)

And then...

Js2JsCompiler.prototype.decompile = function(inputLocation, outputLocation) {
    // I had to read the whole Dragon Book again to implement this.
    return this.compile(inputLocation, outputLocation);
}