Skip to content

Commit e16be71

Browse files
author
Gabriela Britto
committed
Add diagnostic message for JSDoc qualified param name without top level param
1 parent 4a0bc59 commit e16be71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4266,6 +4266,10 @@
42664266
"category": "Error",
42674267
"code": 8031
42684268
},
4269+
"Qualified name '{0}' is not allowed without a leading '@param {object} {1}'.": {
4270+
"category": "Error",
4271+
"code": 8032
4272+
},
42694273
"Only identifiers/qualified-names with optional type arguments are currently supported in a class 'extends' clause.": {
42704274
"category": "Error",
42714275
"code": 9002

0 commit comments

Comments
 (0)