Merge pull request #4283 from zhengbli/JsDocIntellisense2

Add Intellisense to JsDoc
This commit is contained in:
Zhengbo Li
2015-08-21 16:08:37 -07:00
4 changed files with 194 additions and 7 deletions

View File

@@ -5831,7 +5831,6 @@ namespace ts {
if (!name) {
parseErrorAtPosition(pos, 0, Diagnostics.Identifier_expected);
return undefined;
}
let preName: Identifier, postName: Identifier;