Skip to content

Commit c1a40c0

Browse files
committed
diffWords behavior has been radically changed
kpdecker/jsdiff#497
1 parent 0d19896 commit c1a40c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/diff/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ export class Diff {
174174
join(chars: string[]): string;
175175

176176
tokenize(value: string): any; // return types are string or string[]
177+
178+
postProcess(changes: Change[], options: any): Change[];
177179
}
178180

179181
/**

0 commit comments

Comments
 (0)