Skip to content

Commit

Permalink
Add diff-sequences package (#5407)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pedrottimark authored and cpojer committed Feb 7, 2018
1 parent 8fb789c commit ad91d0a
Show file tree
Hide file tree
Showing 7 changed files with 2,158 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Features

* `[diff-sequences]` New package compares items in two sequences to find a
**longest common subsequence**.
([#5407](https://github.com/facebook/jest/pull/5407))
* `[jest-config]` Allow lastComit and changedFilesWithAncestor via JSON config
([#5476](https://github.com/facebook/jest/pull/5476))
* `[jest-util]` Add deletion to `process.env` as well
Expand Down
3 changes: 3 additions & 0 deletions packages/diff-sequences/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/__mocks__/**
**/__tests__/**
src
Loading

0 comments on commit ad91d0a

Please sign in to comment.