(i)
| 43 | visits.push(['Comment', i.text]) |
| 44 | }, |
| 45 | CommentExit(i) { |
| 46 | visits.push(['CommentExit', i.text]) |
| 47 | }, |
| 48 | Declaration(i) { |
| 49 | visits.push(['Declaration', i.prop + ': ' + i.value]) |
| 50 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…