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

Method insert

src/MagicString.ts:450–452  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

448
449 /** @internal */
450 insert(): never {
451 throw new MagicStringError('insert() is deprecated, use appendLeft() or prependRight()')
452 }
453
454 /** @internal */
455 insertLeft(index: number, content: string): this {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected