Accept baselines

This commit is contained in:
Ron Buckton
2017-05-02 16:32:29 -07:00
parent 3181a8d2f2
commit b5f11695b7
8 changed files with 19 additions and 19 deletions

View File

@@ -2184,7 +2184,7 @@ namespace ts {
function isEntityNameVisible(entityName: EntityNameOrEntityNameExpression, enclosingDeclaration: Node): SymbolVisibilityResult {
// get symbol of the first identifier of the entityName
let meaning: SymbolFlags;
if (entityName.parent.kind === SyntaxKind.TypeQuery ||
if (entityName.parent.kind === SyntaxKind.TypeQuery ||
isExpressionWithTypeArgumentsInClassExtendsClause(entityName.parent) ||
entityName.parent.kind === SyntaxKind.ComputedPropertyName) {
// Typeof value