Skip to content

new statement is mistakenly parsed in cont()'d block #36

@shankerwangmiao

Description

@shankerwangmiao
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 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions