Add diagnostic message for JSDoc qualified param name without top level param

This commit is contained in:
Gabriela Britto
2019-01-09 15:52:05 -08:00
parent 4a0bc59f77
commit e16be71c08
+4
View File
@@ -4266,6 +4266,10 @@
"category": "Error",
"code": 8031
},
"Qualified name '{0}' is not allowed without a leading '@param {object} {1}'.": {
"category": "Error",
"code": 8032
},
"Only identifiers/qualified-names with optional type arguments are currently supported in a class 'extends' clause.": {
"category": "Error",
"code": 9002