Skip to content

Stray @ signs parsed in JSDocย #43580

@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

    โšก