File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ namespace ts.JsDoc {
28
28
"namespace" ,
29
29
"param" ,
30
30
"private" ,
31
+ "prop" ,
31
32
"property" ,
32
33
"public" ,
33
34
"requires" ,
@@ -38,8 +39,6 @@ namespace ts.JsDoc {
38
39
"throws" ,
39
40
"type" ,
40
41
"typedef" ,
41
- "property" ,
42
- "prop" ,
43
42
"version"
44
43
] ;
45
44
let jsDocTagNameCompletionEntries : CompletionEntry [ ] ;
Original file line number Diff line number Diff line change @@ -84,23 +84,18 @@ goTo.marker('8');
84
84
verify . completionListContains ( 'number' ) ;
85
85
86
86
goTo . marker ( '9' ) ;
87
- verify . completionListCount ( 40 ) ;
88
87
verify . completionListContains ( "@argument" ) ;
89
88
90
89
goTo . marker ( '10' ) ;
91
- verify . completionListCount ( 40 ) ;
92
90
verify . completionListContains ( "@returns" ) ;
93
91
94
92
goTo . marker ( '11' ) ;
95
- verify . completionListCount ( 40 ) ;
96
93
verify . completionListContains ( "@argument" ) ;
97
94
98
95
goTo . marker ( '12' ) ;
99
- verify . completionListCount ( 40 ) ;
100
96
verify . completionListContains ( "@constructor" ) ;
101
97
102
98
goTo . marker ( '13' ) ;
103
- verify . completionListCount ( 40 ) ;
104
99
verify . completionListContains ( "@param" ) ;
105
100
106
101
goTo . marker ( '14' ) ;
You can’t perform that action at this time.
0 commit comments