Interface: CompileResult¶
Defined in: browser-compiler/src/compiler.ts:112
Result of a compilation.
Properties¶
errors¶
errors:
CompileError[]
Defined in: browser-compiler/src/compiler.ts:122
Errors encountered during compilation
outputOwners?¶
optionaloutputOwners?:Map\<string,string>
Defined in: browser-compiler/src/compiler.ts:120
Maps each output path to the formatter name that produced it. Present on results from BrowserCompiler.compile(); may be absent in manually constructed results.
outputs¶
outputs:
Map\<string,FormatterOutput>
Defined in: browser-compiler/src/compiler.ts:116
Formatter outputs keyed by output path
stats¶
stats:
CompileStats
Defined in: browser-compiler/src/compiler.ts:126
Compilation statistics
success¶
success:
boolean
Defined in: browser-compiler/src/compiler.ts:114
Whether compilation succeeded
warnings¶
warnings:
ValidationMessage[]
Defined in: browser-compiler/src/compiler.ts:124
Warnings from validation