Open shankerwangmiao opened 9 years ago
foo(cont()); d = (new a.b).c();
and the result is
foo(function (arguments) { d = new a.b().c(); }.bind(this, arguments)); /* Generated by Continuation.js v0.1.7 */
Thanks. This is a bug of the parser esprima or the code generator escodegen.
and the result is