Skip to content

Named function expression with the key being a string is not recognized #85

@Anima-t3d

Description

@Anima-t3d

A named expression with the key being a string is not recognised.
See 'hello2'

var test = {
    /**
     * [[Description]]
     * @param   {[[Type]]} one       [[Description]]
     * @returns {string}   [[Description]]
     */
    hello: function (one) {
        return 'test';
    },
    /**
    */
    'hello2': function (two) {
        return 'test2';
    }
}

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