Searched refs:isNamespace (Results 1 – 5 of 5) sorted by relevance
355 …const isNamespace = declaration && declaration.name && declaration.name.kind === SyntaxKind.Identi… constant356 …displayParts.push(keywordPart(isNamespace ? SyntaxKind.NamespaceKeyword : SyntaxKind.ModuleKeyword…
131786 …var isNamespace = declaration && declaration.name && declaration.name.kind === 78 /* Identifier */;131787 …displayParts.push(ts.keywordPart(isNamespace ? 141 /* NamespaceKeyword */ : 140 /* ModuleKeyword *…
131217 …var isNamespace = declaration && declaration.name && declaration.name.kind === 78 /* Identifier */;131218 …displayParts.push(ts.keywordPart(isNamespace ? 141 /* NamespaceKeyword */ : 140 /* ModuleKeyword *…