MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / SourceSplice

Interface SourceSplice

packages/cli/src/batch-transform.ts:1225–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223}
1224
1225interface SourceSplice {
1226 offset: number;
1227 insert: string;
1228}
1229
1230function buildDuplicateSplice(
1231 source: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected