Skip to content

PromptScript API


Interface: FormatterWarning

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

Properties

code

code: string

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

Stable warning code


location?

optional location?: SourceLocation

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

Source location that caused the compatibility warning


message

message: string

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

Actionable compatibility message


suggestion?

optional suggestion?: string

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

Optional remediation