()
| 763 | } |
| 764 | |
| 765 | include(): void { |
| 766 | const context = createInclusionContext(); |
| 767 | if (this.ast!.shouldBeIncluded(context)) this.ast!.include(context, false); |
| 768 | } |
| 769 | |
| 770 | includeAllExports(): void { |
| 771 | if (this.allExportsIncluded) return; |
nothing calls this directly
no test coverage detected