Jsdoc Type alias circularly references itself #39372
Labels
Fix Available
A PR has been opened for this issue
Needs Investigation
This issue needs a team member to investigate its status.
Milestone
TypeScript Version: 4.0.0-dev.20200701
Search Terms: Jsdoc type alias circularly references itself
I'm trying to describe json type in
.js
file using jsdoc.It shows me some errors that JsonArray and Json types circularly reference to itself.
Tried the same in
.ts
file. There got no errors.Expected behaviour: Json types in
.js
and.ts
files should work identical.The text was updated successfully, but these errors were encountered: