Skip to content

Generators & ES3 #167

Description

@zloirock

6to5 compiled code can work in old IE with ES5 standard library shim, but without generators. Regenerator use reserved keywords as property names, it don't support ES3.

Mabe replace .throw, .return and .catch to ['throw'], ['return'] and ['catch'] in result code & regenerator runtime for old IE support?

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

    Labels

    outdatedA closed issue/PR that is archived due to age. Recommended to make a new issue

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions