(str, options)
| 871 | return this; |
| 872 | } |
| 873 | append(str, options) { |
| 874 | this.addSource({ |
| 875 | content: new MagicString(str), |
| 876 | separator: (options && options.separator) || '', |
| 877 | }); |
| 878 | return this; |
| 879 | } |
| 880 | clone() { |
| 881 | const bundle = new Bundle({ |
| 882 | intro: this.intro, |