@internal
()
| 448 | |
| 449 | /** @internal */ |
| 450 | insert(): never { |
| 451 | throw new MagicStringError('insert() is deprecated, use appendLeft() or prependRight()') |
| 452 | } |
| 453 | |
| 454 | /** @internal */ |
| 455 | insertLeft(index: number, content: string): this { |
nothing calls this directly
no outgoing calls
no test coverage detected