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

Method insert

src/MagicString.ts:459–461  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected