Skip to content

Commit ad91d0a

Browse files
pedrottimarkcpojer
authored andcommitted
Add diff-sequences package (#5407)
* Add diff-sequences package * Update CHANGELOG.md * Replace NOT_YET_USED with NOT_YET_SET * Replace utility with command * Tame prettier * Add 4 tests * Replace with type cast to any * Fix prettier errors * Remove export from type declarations * Correct aLength and bLength in README.md
1 parent 8fb789c commit ad91d0a

7 files changed

Lines changed: 2158 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### Features
44

5+
* `[diff-sequences]` New package compares items in two sequences to find a
6+
**longest common subsequence**.
7+
([#5407](https://github.com/facebook/jest/pull/5407))
58
* `[jest-config]` Allow lastComit and changedFilesWithAncestor via JSON config
69
([#5476](https://github.com/facebook/jest/pull/5476))
710
* `[jest-util]` Add deletion to `process.env` as well

packages/diff-sequences/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/__mocks__/**
2+
**/__tests__/**
3+
src

0 commit comments

Comments
 (0)