feat(52366): @prop is not provided as a valid JSDoc tag in autocompletion (#52384)

This commit is contained in:
Oleksandr T
2023-01-24 12:00:23 +02:00
committed by GitHub
parent 273a67fba3
commit 9ee093c094
2 changed files with 12 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ const jsDocTagNames = [
"package",
"param",
"private",
"prop",
"property",
"protected",
"public",