(child, parent)
| 21230 | } |
| 21231 | } |
| 21232 | function bindParentToChild(child, parent) { |
| 21233 | return bindParentToChildIgnoringJSDoc(child, parent) || bindJSDoc(child); |
| 21234 | } |
| 21235 | } |
| 21236 | ts.setParentRecursive = setParentRecursive; |
| 21237 | function isPackedElement(node) { |
nothing calls this directly
no test coverage detected