mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 01:33:08 -05:00
feat(52366): @prop is not provided as a valid JSDoc tag in autocompletion (#52384)
This commit is contained in:
@@ -149,6 +149,7 @@ const jsDocTagNames = [
|
||||
"package",
|
||||
"param",
|
||||
"private",
|
||||
"prop",
|
||||
"property",
|
||||
"protected",
|
||||
"public",
|
||||
|
||||
Reference in New Issue
Block a user