* Called once all nodes have been initialised and the scopes have been * populated.
()
| 59 | * populated. |
| 60 | */ |
| 61 | bind(): void; |
| 62 | |
| 63 | /** |
| 64 | * Determine if this Node would have an effect on the bundle. This is usually |
no outgoing calls
no test coverage detected