(source, sourceProp)
| 64638 | return false; |
| 64639 | } |
| 64640 | function isIgnoredJsxProperty(source, sourceProp) { |
| 64641 | return ts.getObjectFlags(source) & 2048 /* ObjectFlags.JsxAttributes */ && isHyphenatedJsxName(sourceProp.escapedName); |
| 64642 | } |
| 64643 | function getNormalizedType(type, writing) { |
| 64644 | while (true) { |
| 64645 | var t = isFreshLiteralType(type) ? type.regularType : |
no test coverage detected