Skip to content

Commit

Permalink
Replace Object with Map in HasteMap (#6960)
Browse files Browse the repository at this point in the history
* Replace Object with Map in jest-haste-map
* Used custom serialization for the haste map in workers
  • Loading branch information
rubennorte authored Sep 12, 2018
1 parent 608b711 commit 9822231
Show file tree
Hide file tree
Showing 14 changed files with 535 additions and 399 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- `[jest-ci]` Add `changedSince` to allowed watch mode configs ([#6955](https://github.com/facebook/jest/pull/6955))
- `[babel-jest]` Add support for `babel.config.js` added in Babel 7.0.0 ([#6911](https://github.com/facebook/jest/pull/6911))
- `[jest-haste-map]` [**BREAKING**] Replaced internal data structures to improve performance ([#6960](https://github.com/facebook/jest/pull/6960))

### Fixes

Expand Down
Loading

0 comments on commit 9822231

Please sign in to comment.