Searched defs:errors (Results 1 – 2 of 2) sorted by relevance
79 public get errors() { method in FileLog83 public set errors(newValue: LogInfo[]) { method in FileLog
405 const errors: Info[] = [...this.mStats.compilation.errors]; constant