Skip to main content
Version: v0.0.3

Interface: FmtResult

The result of a canonical re-serialization (fmt): the spec-clean text + a value-free warning count.

Properties

output

readonly output: string

The wrapped serializer's output text.


warningCount

readonly warningCount: number

How many parse warnings the round-trip surfaced (value-free count only).