(css, { result })
| 17 | let warning |
| 18 | let plugin: Plugin = { |
| 19 | Once(css, { result }) { |
| 20 | warning = result.warn('test', { node: css.first }) |
| 21 | }, |
| 22 | postcssPlugin: 'test-plugin' |
| 23 | } |
| 24 | let result = postcss([plugin]).process('a{}').sync() |
nothing calls this directly
no test coverage detected
searching dependent graphs…