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

Interface TextDiff

packages/cli/src/mdx-text.ts:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63interface TextDiff {
64 oldSubstring: string;
65 newSubstring: string;
66 prefixLen: number;
67}
68
69interface MdxTextEditResult {
70 source: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected