()
| 361 | return ((this.outro = this.outro.replace(n, s)), this); |
| 362 | } |
| 363 | insert() { |
| 364 | throw new Error( |
| 365 | 'magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)', |
| 366 | ); |
| 367 | } |
| 368 | insertLeft(t, e) { |
| 369 | return ( |
| 370 | c.insertLeft || |