(excludeFacts, includeFacts)
| 96533 | var substitutedSuperAccessors = []; |
| 96534 | return ts.chainBundle(context, transformSourceFile); |
| 96535 | function affectsSubtree(excludeFacts, includeFacts) { |
| 96536 | return hierarchyFacts !== (hierarchyFacts & ~excludeFacts | includeFacts); |
| 96537 | } |
| 96538 | /** |
| 96539 | * Sets the `HierarchyFacts` for this node prior to visiting this node's subtree, returning the facts set prior to modification. |
| 96540 | * @param excludeFacts The existing `HierarchyFacts` to reset before visiting the subtree. |
no outgoing calls
no test coverage detected