(i)
| 52 | visits.push(['DeclarationExit', i.prop + ': ' + i.value]) |
| 53 | }, |
| 54 | Document(i) { |
| 55 | visits.push(['Document', `${i.nodes.length}`]) |
| 56 | }, |
| 57 | DocumentExit(i) { |
| 58 | visits.push(['DocumentExit', `${i.nodes.length}`]) |
| 59 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…