Skip to content

PromptScript API


Interface: FormatterWarning

Defined in: formatters/src/types.ts:10

Properties

code

code: string

Defined in: formatters/src/types.ts:12

Stable warning code


location?

optional location?: SourceLocation

Defined in: formatters/src/types.ts:18

Source location that caused the compatibility warning


message

message: string

Defined in: formatters/src/types.ts:14

Actionable compatibility message


suggestion?

optional suggestion?: string

Defined in: formatters/src/types.ts:16

Optional remediation