Skip to content

ES6 Generator functions #53

@Reewr

Description

@Reewr

Generating documentation for ES6 Generator functions doesn't work properly.

let generatorFn = function* (arg1, arg2) {};

Using JsDoc on the above function only adds description and return and doesn't recognize the arguments. This is most likely due to the function regex not considering '*' a valid character in between function and parenthesis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions