Skip to content

don't create a nested iifc #1

Open
@jonathanong

Description

@jonathanong

current output looks like

function fn() {
  return asyncFnRuntime(function*() {
    yield Promise.resolve();
    return true;
  }());
}

export default function() {
  return asyncFnRuntime(function*() {
    yield Promise.resolve();
    return true;
  }());
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @jonathanong

      Issue actions

        don't create a nested iifc · Issue #1 · polyfills/es7-async-fn