Skip to content

Generators & ES3 #167

Closed
Closed
@zloirock

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?

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