MCPcopy Index your code
hub / github.com/kpdecker/jsdiff / Path

Interface Path

src/diff/base.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface Path {
20 oldPos: number;
21 lastComponent: DraftChangeObject | undefined
22}
23
24export default class Diff<
25 TokenT,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected