@internal
()
| 568 | |
| 569 | /** @internal */ |
| 570 | insert(): never { |
| 571 | throw new MagicStringError('insert() is deprecated, use appendLeft() or prependRight()') |
| 572 | } |
| 573 | |
| 574 | /** @internal */ |
| 575 | insertLeft(index: number, content: string): this { |
nothing calls this directly
no outgoing calls
no test coverage detected