Skip to content

Stray @ signs parsed in JSDocΒ #43580

Closed
@evmar

Description

@evmar

Bug Report

πŸ”Ž Search Terms

jsdoc at sign

πŸ•— Version & Regression Information

  • This is the behavior in every version I tried, and I reviewed the FAQ for entries about JSDoc

⏯ Playground Link

Playground link with relevant code

πŸ’» Code

/** @return The @ sign from the email */
function getAtSign() {}

πŸ™ Actual behavior

JSDoc parsed (in Monaco hover etc) as if the bare '@' sign itself is a separate JSDoc tag.

πŸ™‚ Expected behavior

JSDoc parsed where the "The @ sign from the email" is all the documentation of the return type.

Metadata

Metadata

Assignees

Labels

Needs InvestigationThis issue needs a team member to investigate its status.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions