(type: string, params: LogObject)
| 205 | |
| 206 | @autobind |
| 207 | private log(type: string, params: LogObject): void { |
| 208 | if (this.opts.log) this.opts.log(type, params); |
| 209 | } |
| 210 | |
| 211 | @autobind |
| 212 | private async collectNs(script: Ast.Node[], scope = this.scope): Promise<void> { |
no outgoing calls
no test coverage detected