| 13 | |
| 14 | declare namespace Result { |
| 15 | export interface Message { |
| 16 | [others: string]: any |
| 17 | |
| 18 | /** |
| 19 | * Source PostCSS plugin name. |
| 20 | */ |
| 21 | plugin?: string |
| 22 | |
| 23 | /** |
| 24 | * Message type. |
| 25 | */ |
| 26 | type: string |
| 27 | } |
| 28 | |
| 29 | export interface ResultOptions extends ProcessOptions { |
| 30 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…