Home
last modified time | relevance | path

Searched refs:isNamespace (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
DsymbolDisplay.ts355 …const isNamespace = declaration && declaration.name && declaration.name.kind === SyntaxKind.Identi… constant
356 …displayParts.push(keywordPart(isNamespace ? SyntaxKind.NamespaceKeyword : SyntaxKind.ModuleKeyword…
/third_party/typescript/lib/
DtypescriptServices.js131786 …var isNamespace = declaration && declaration.name && declaration.name.kind === 78 /* Identifier */;
131787 …displayParts.push(ts.keywordPart(isNamespace ? 141 /* NamespaceKeyword */ : 140 /* ModuleKeyword *…
Dtsserverlibrary.js131786 …var isNamespace = declaration && declaration.name && declaration.name.kind === 78 /* Identifier */;
131787 …displayParts.push(ts.keywordPart(isNamespace ? 141 /* NamespaceKeyword */ : 140 /* ModuleKeyword *…
Dtsserver.js131217 …var isNamespace = declaration && declaration.name && declaration.name.kind === 78 /* Identifier */;
131218 …displayParts.push(ts.keywordPart(isNamespace ? 141 /* NamespaceKeyword */ : 140 /* ModuleKeyword *…
Dtypescript.js131786 …var isNamespace = declaration && declaration.name && declaration.name.kind === 78 /* Identifier */;
131787 …displayParts.push(ts.keywordPart(isNamespace ? 141 /* NamespaceKeyword */ : 140 /* ModuleKeyword *…