MCPcopy
hub / github.com/postcss/postcss / Message

Interface Message

lib/result.d.ts:15–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14declare 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 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…