()
| 200 | } |
| 201 | |
| 202 | async getAuthors() { |
| 203 | // check if html was already produced, if not produce it, this generates |
| 204 | // the author array at the same time |
| 205 | if (this._html == null) { |
| 206 | await this.getHtml(); |
| 207 | } |
| 208 | |
| 209 | return this._authors; |
| 210 | } |
| 211 | |
| 212 | _extendChangesetWithAuthor(changeset: any, author: any, apool: any){ |
| 213 | // unpack |