(propName, containingType)
| 74935 | isEmptyObjectType(containingType); |
| 74936 | } |
| 74937 | function typeHasStaticProperty(propName, containingType) { |
| 74938 | var prop = containingType.symbol && getPropertyOfType(getTypeOfSymbol(containingType.symbol), propName); |
| 74939 | return prop !== undefined && !!prop.valueDeclaration && ts.isStatic(prop.valueDeclaration); |
| 74940 | } |
| 74941 | function getSuggestedLibForNonExistentName(name) { |
| 74942 | var missingName = diagnosticName(name); |
| 74943 | var allFeatures = ts.getScriptTargetFeatures(); |
no test coverage detected