❤️ linter

This commit is contained in:
Ryan Cavanaugh
2016-02-02 13:39:02 -08:00
parent 2c25bea0aa
commit 018429bd6e
+1 -1
View File
@@ -3823,7 +3823,7 @@ namespace ts {
return undefined;
}
const { symbols, isMemberCompletion, isNewIdentifierLocation, location, isRightOfDot, isJsDocTagName } = completionData;
const { symbols, isMemberCompletion, isNewIdentifierLocation, location, isJsDocTagName } = completionData;
if (isJsDocTagName) {
// If the current position is a jsDoc tag name, only tag names should be provided for completion