Interface: BaseCompilationResult
The result of compiling of anything. Internal use only.
Properties
error
error: boolean
Flag if true - compilation failed, false otherwise.
exceptions?
optional
exceptions: Error
[]
The array of compilation errors.