(node, type)
| 57168 | return resolvedImplementsTypes; |
| 57169 | } |
| 57170 | function reportCircularBaseType(node, type) { |
| 57171 | error(node, ts.Diagnostics.Type_0_recursively_references_itself_as_a_base_type, typeToString(type, /*enclosingDeclaration*/ undefined, 2 /* TypeFormatFlags.WriteArrayAsGenericType */)); |
| 57172 | } |
| 57173 | function getBaseTypes(type) { |
| 57174 | if (!type.baseTypesResolved) { |
| 57175 | if (pushTypeResolution(type, 7 /* TypeSystemPropertyName.ResolvedBaseTypes */)) { |
no test coverage detected