(path)
| 91 | }, |
| 92 | |
| 93 | BindExpression(path) { |
| 94 | const { |
| 95 | node, |
| 96 | scope |
| 97 | } = path; |
| 98 | const context = inferBindContext(node, scope); |
| 99 | path.replaceWith(_core.types.callExpression(_core.types.memberExpression(node.callee, _core.types.identifier("bind")), [context])); |
| 100 | } |
| 101 | |
| 102 | } |
| 103 | }; |
nothing calls this directly
no test coverage detected