(i: number)
| 44 | type: string; |
| 45 | childCount: number; |
| 46 | child(i: number): TSNodeLike | null; |
| 47 | startPosition: { row: number; column: number }; |
| 48 | hasError?: boolean | (() => boolean); |
| 49 | isMissing?: boolean | (() => boolean); |
no outgoing calls
no test coverage detected