* Includes the node in the bundle. If the flag is not set, children are * usually included if they are necessary for this node (e.g. a function body) * or if they have effects. Necessary variables need to be included as well. * This is called repeatedly for each tree-shaking pass.
( context: InclusionContext, includeChildrenRecursively: IncludeChildren, options?: InclusionOptions )
| 84 | * This is called repeatedly for each tree-shaking pass. |
| 85 | */ |
| 86 | include( |
| 87 | context: InclusionContext, |
| 88 | includeChildrenRecursively: IncludeChildren, |
| 89 | options?: InclusionOptions |
no outgoing calls
no test coverage detected