Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extract 'createTransformer' and use type predicates #12407

Merged
merged 21 commits into from Apr 4, 2022

Commits on Feb 25, 2022

  1. Copy the full SHA
    92ac49f View commit details
    Browse the repository at this point in the history
  2. Add doc strings

    Basically conclusions from a discussion in jestjs#12403
    fatso83 committed Feb 25, 2022
    Copy the full SHA
    036349f View commit details
    Browse the repository at this point in the history
  3. Update docs for website

    fatso83 committed Feb 25, 2022
    Copy the full SHA
    d9b03a4 View commit details
    Browse the repository at this point in the history
  4. Export type for babel-jest

    fatso83 committed Feb 25, 2022
    Copy the full SHA
    1c7dd1e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c7acd5c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9236882 View commit details
    Browse the repository at this point in the history
  7. Fix babel-jest unit tests

    fatso83 committed Feb 25, 2022
    Copy the full SHA
    124fa09 View commit details
    Browse the repository at this point in the history
  8. Fix e2e transform tests

    fatso83 committed Feb 25, 2022
    Copy the full SHA
    7ccc3d7 View commit details
    Browse the repository at this point in the history
  9. Make jest-repl allow transformer modules with only createTransformer

    REPL must allow transformer modules to only implement 'createTransformer'
    This aligns it with the jest-transform module
    fatso83 committed Feb 25, 2022
    Copy the full SHA
    b0a7b29 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    561d1a4 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9d310aa View commit details
    Browse the repository at this point in the history
  12. PR feedback: Add notice about brevity in trimmed down version and whe…

    …re to find full version
    fatso83 committed Feb 25, 2022
    Copy the full SHA
    781c2fd View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a79850a View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    fatso83 and SimenB committed Feb 25, 2022
    Copy the full SHA
    940c43d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Apply suggestions from code review

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    fatso83 and SimenB committed Feb 28, 2022
    Copy the full SHA
    7ab0df5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b04ea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. prettier

    SimenB committed Mar 1, 2022
    Copy the full SHA
    4df400a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    42985ea View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Copy the full SHA
    e5a5011 View commit details
    Browse the repository at this point in the history
  2. small cleanup

    SimenB committed Apr 4, 2022
    Copy the full SHA
    2cf267c View commit details
    Browse the repository at this point in the history
  3. changelog

    SimenB committed Apr 4, 2022
    Copy the full SHA
    d62b127 View commit details
    Browse the repository at this point in the history