(loc?: any)
| 15 | interface PatcherType { |
| 16 | replace(loc: any, lines: any): any; |
| 17 | get(loc?: any): any; |
| 18 | tryToReprintComments(newNode: any, oldNode: any, print: any): any; |
| 19 | deleteComments(node: any): any; |
| 20 | } |
no outgoing calls
no test coverage detected