(t, e)
| 709 | return (this.sources.push(t), this); |
| 710 | } |
| 711 | append(t, e) { |
| 712 | return (this.addSource({ content: new f(t), separator: (e && e.separator) || '' }), this); |
| 713 | } |
| 714 | clone() { |
| 715 | const t = new S({ intro: this.intro, separator: this.separator }); |
| 716 | return ( |