Skip to content

Does not work with async functions #99

Closed
@holtc

Description

@holtc

Running :JsDoc on the following function does not work properly.

const doSomething = async (param1, param2, param3) => {} turns into:

/**
 * @type = {}
 */

Instead, I believe it should say the below (like it does without the async):

/**
 * doSomething.
 * @param {} param1
 * @param {} param2
 */

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