❤️ linter

This commit is contained in:
Ryan Cavanaugh
2016-02-05 10:42:05 -08:00
parent 909e0b1903
commit 569f0b261c
+1 -1
View File
@@ -3819,7 +3819,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