File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ namespace ts.JsDoc {
2828 "namespace" ,
2929 "param" ,
3030 "private" ,
31+ "prop" ,
3132 "property" ,
3233 "public" ,
3334 "requires" ,
@@ -38,8 +39,6 @@ namespace ts.JsDoc {
3839 "throws" ,
3940 "type" ,
4041 "typedef" ,
41- "property" ,
42- "prop" ,
4342 "version"
4443 ] ;
4544 let jsDocTagNameCompletionEntries : CompletionEntry [ ] ;
Original file line number Diff line number Diff line change @@ -84,23 +84,18 @@ goTo.marker('8');
8484verify . completionListContains ( 'number' ) ;
8585
8686goTo . marker ( '9' ) ;
87- verify . completionListCount ( 40 ) ;
8887verify . completionListContains ( "@argument" ) ;
8988
9089goTo . marker ( '10' ) ;
91- verify . completionListCount ( 40 ) ;
9290verify . completionListContains ( "@returns" ) ;
9391
9492goTo . marker ( '11' ) ;
95- verify . completionListCount ( 40 ) ;
9693verify . completionListContains ( "@argument" ) ;
9794
9895goTo . marker ( '12' ) ;
99- verify . completionListCount ( 40 ) ;
10096verify . completionListContains ( "@constructor" ) ;
10197
10298goTo . marker ( '13' ) ;
103- verify . completionListCount ( 40 ) ;
10499verify . completionListContains ( "@param" ) ;
105100
106101goTo . marker ( '14' ) ;
You can’t perform that action at this time.
0 commit comments