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