For checkJS, error when JSDoc @see
tag text starts with [
#44958
Labels
Milestone
@see
tag text starts with [
#44958
Bug Report
In a JS file with TS checking enabled, JSDoc
@see
tag text content that begins with[
(e.g. when the text content is a markdown link) incorrectly results in a TS errorIdentifier expected.
at the[
.🔎 Search Terms
🕗 Version & Regression Information
Error seen in v4.1.5 and v4.3.5; probably the bug exists in every version so far that parses JSDoc
@see
tags.⏯ Playground Link
Workbench Repro
💻 Code
In
a.js
:🙁 Actual behavior
TS error
Identifier expected.
at the opening[
of the JSDoc@see
tag markdown text.🙂 Expected behavior
No TS error.
The text was updated successfully, but these errors were encountered: