(path)
| 373 | transformFunction(ctx.opts, path, false); |
| 374 | }, |
| 375 | FunctionExpression(path) { |
| 376 | transformFunction(ctx.opts, path, false); |
| 377 | }, |
| 378 | }); |
| 379 | program.scope.crawl(); |
| 380 |
nothing calls this directly
no test coverage detected
searching dependent graphs…