* Restores the `HierarchyFacts` for this node's ancestor after visiting this node's * subtree. * @param ancestorFacts The `HierarchyFacts` of the ancestor to restore after visiting the subtree.
(ancestorFacts)
| 96551 | * @param ancestorFacts The `HierarchyFacts` of the ancestor to restore after visiting the subtree. |
| 96552 | */ |
| 96553 | function exitSubtree(ancestorFacts) { |
| 96554 | hierarchyFacts = ancestorFacts; |
| 96555 | } |
| 96556 | function recordTaggedTemplateString(temp) { |
| 96557 | taggedTemplateStringDeclarations = ts.append(taggedTemplateStringDeclarations, factory.createVariableDeclaration(temp)); |
| 96558 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…