(i)
| 65 | }, |
| 66 | postcssPlugin: 'visitor', |
| 67 | Root(i) { |
| 68 | visits.push(['Root', `${i.nodes.length}`]) |
| 69 | }, |
| 70 | RootExit(i) { |
| 71 | visits.push(['RootExit', `${i.nodes.length}`]) |
| 72 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…