Interface: CompileResult¶
Defined in: browser-compiler/src/compiler.ts:102
Result of a compilation.
Properties¶
errors¶
errors:
CompileError[]
Defined in: browser-compiler/src/compiler.ts:108
Errors encountered during compilation
outputs¶
outputs:
Map\<string,FormatterOutput>
Defined in: browser-compiler/src/compiler.ts:106
Formatter outputs keyed by output path
stats¶
stats:
CompileStats
Defined in: browser-compiler/src/compiler.ts:112
Compilation statistics
success¶
success:
boolean
Defined in: browser-compiler/src/compiler.ts:104
Whether compilation succeeded
warnings¶
warnings:
ValidationMessage[]
Defined in: browser-compiler/src/compiler.ts:110
Warnings from validation