Interface: CompileStats¶
Defined in: browser-compiler/src/compiler.ts:88
Statistics about the compilation process.
Properties¶
formatTime¶
formatTime:
number
Defined in: browser-compiler/src/compiler.ts:94
Time spent formatting (ms)
resolveTime¶
resolveTime:
number
Defined in: browser-compiler/src/compiler.ts:90
Time spent resolving (ms)
totalTime¶
totalTime:
number
Defined in: browser-compiler/src/compiler.ts:96
Total compilation time (ms)
validateTime¶
validateTime:
number
Defined in: browser-compiler/src/compiler.ts:92
Time spent validating (ms)