Skip to content

Conversation

@davidosomething
Copy link
Contributor

pretty sure this one parens needs to be escaped,

currently, for me at least,

exports.xyz = (e) => {
};

documents as

/**
 * @param e)
 */
exports.xyz = (e) => {
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant