Skip to content

Commit

Permalink
Update packages/jest-diff/src/cleanupSemantic.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
  • Loading branch information
sharma-shray and SimenB authored Oct 22, 2024
1 parent 563b81c commit 14288ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-diff/src/cleanupSemantic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* CHANGES by pedrottimark to diff_match_patch_uncompressed.ts file:
*
* 1. Delete anything not needed to use diff_cleanupSemantic method
* 2. Convert from prototype properties to let declarations
* 2. Convert from prototype properties to variable declarations
* 3. Convert Diff to class from constructor and prototype
* 4. Add type annotations for arguments and return values
* 5. Add exports
Expand Down

0 comments on commit 14288ba

Please sign in to comment.