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