(point: Point)
| 36 | }; |
| 37 | |
| 38 | const toPosition = (point: Point) => new Position(point.row, point.column); |
| 39 | |
| 40 | export const argumentNodeFinder = (...parentTypes: string[]): NodeFinder => { |
| 41 | const left = ["(", "{", "["]; |
no outgoing calls
no test coverage detected