(decl, { Decl })
| 9 | postcssPlugin: 'remover', |
| 10 | // THROWS Property 'Decl' does not exist on type 'Helpers'. |
| 11 | Comment(decl, { Decl }) { |
| 12 | // THROWS Property 'prop' does not exist on type 'Comment_' |
| 13 | console.log(decl.prop) |
| 14 | // THROWS Property 'removeChild' does not exist on type 'Comment_' |
| 15 | decl.removeChild(1) |
| 16 | } |
| 17 | } |
| 18 | } |
| 19 |
nothing calls this directly
no test coverage detected
searching dependent graphs…