@internal
()
| 457 | |
| 458 | /** @internal */ |
| 459 | insert(): never { |
| 460 | throw new MagicStringError('insert() is deprecated, use appendLeft() or prependRight()') |
| 461 | } |
| 462 | |
| 463 | /** @internal */ |
| 464 | insertLeft(index: number, content: string): this { |
nothing calls this directly
no outgoing calls
no test coverage detected