Searched refs:isModuleWithStringLiteralName (Results 1 – 10 of 10) sorted by relevance
459 if (!isModuleWithStringLiteralName(statement)) {
921 export function isModuleWithStringLiteralName(node: Node): node is ModuleDeclaration { function
4282 …return isModuleWithStringLiteralName(declaration) || (declaration.kind === SyntaxKind.SourceFile &…
430 isModuleWithStringLiteralName(resolvedNode) &&
10660 function isModuleWithStringLiteralName(node) { function10663 ts.isModuleWithStringLiteralName = isModuleWithStringLiteralName;39100 …return ts.isModuleWithStringLiteralName(declaration) || (declaration.kind === 300 && ts.isExternal…90406 if (!ts.isModuleWithStringLiteralName(statement)) {
14021 function isModuleWithStringLiteralName(node) { function14024 ts.isModuleWithStringLiteralName = isModuleWithStringLiteralName;47689 …return ts.isModuleWithStringLiteralName(declaration) || (declaration.kind === 300 /* SourceFile */…109890 if (!ts.isModuleWithStringLiteralName(statement)) {
14226 function isModuleWithStringLiteralName(node) { function14229 ts.isModuleWithStringLiteralName = isModuleWithStringLiteralName;47894 …return ts.isModuleWithStringLiteralName(declaration) || (declaration.kind === 300 /* SourceFile */…110095 if (!ts.isModuleWithStringLiteralName(statement)) {131859 … var isExternalModuleDeclaration = ts.isModuleWithStringLiteralName(resolvedNode) &&
14032 function isModuleWithStringLiteralName(node) { function14035 ts.isModuleWithStringLiteralName = isModuleWithStringLiteralName;47700 …return ts.isModuleWithStringLiteralName(declaration) || (declaration.kind === 300 /* SourceFile */…109901 if (!ts.isModuleWithStringLiteralName(statement)) {131290 … var isExternalModuleDeclaration = ts.isModuleWithStringLiteralName(resolvedNode) &&