MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / insert

Method insert

src/MagicString.ts:570–572  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected