Skip to content

PromptScript API


Interface: CompileStats

Defined in: compiler/src/types.ts:122

Statistics about the compilation process.

Properties

formatTime

formatTime: number

Defined in: compiler/src/types.ts:128

Time spent formatting (ms)


resolveTime

resolveTime: number

Defined in: compiler/src/types.ts:124

Time spent resolving (ms)


totalTime

totalTime: number

Defined in: compiler/src/types.ts:130

Total compilation time (ms)


validateTime

validateTime: number

Defined in: compiler/src/types.ts:126

Time spent validating (ms)