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

[jest-resolve] Add async resolver support #11540

Merged
merged 50 commits into from Feb 22, 2022

Commits on Sep 13, 2021

  1. WIP add async defaultResolver

    IanVS committed Sep 13, 2021
    Copy the full SHA
    7347e92 View commit details
    Browse the repository at this point in the history
  2. Create ResolverAsync class

    IanVS committed Sep 13, 2021
    Copy the full SHA
    74f1fc5 View commit details
    Browse the repository at this point in the history
  3. Forget about meta

    IanVS committed Sep 13, 2021
    Copy the full SHA
    66c6356 View commit details
    Browse the repository at this point in the history
  4. Set asyncResolver properly

    IanVS committed Sep 13, 2021
    Copy the full SHA
    3916baf View commit details
    Browse the repository at this point in the history
  5. Add async tests

    Copied from the sync tests, and modified
    IanVS committed Sep 13, 2021
    Copy the full SHA
    fa67da8 View commit details
    Browse the repository at this point in the history
  6. Update snapshot tests

    IanVS committed Sep 13, 2021
    Copy the full SHA
    f2e9bb0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    adaa85f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e9605d3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    aabc2af View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    04cb717 View commit details
    Browse the repository at this point in the history
  11. Fix bad rebase

    IanVS committed Sep 13, 2021
    Copy the full SHA
    211e9cb View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    217b8cd View commit details
    Browse the repository at this point in the history
  13. Change questions to TODOs

    IanVS committed Sep 13, 2021
    Copy the full SHA
    d12bac2 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    3a544bf View commit details
    Browse the repository at this point in the history
  15. Update snapshots

    IanVS committed Sep 13, 2021
    Copy the full SHA
    2f22e63 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    b032ef5 View commit details
    Browse the repository at this point in the history
  17. Fix test

    IanVS committed Sep 13, 2021
    Copy the full SHA
    67fce99 View commit details
    Browse the repository at this point in the history
  18. add @ts-expect-error for now

    IanVS committed Sep 13, 2021
    Copy the full SHA
    fcccde3 View commit details
    Browse the repository at this point in the history
  19. Update snapshot, again

    IanVS committed Sep 13, 2021
    Copy the full SHA
    af0870d View commit details
    Browse the repository at this point in the history
  20. Update snapshots

    IanVS committed Sep 13, 2021
    Copy the full SHA
    38588b1 View commit details
    Browse the repository at this point in the history
  21. fix mock

    # Conflicts:
    #	packages/jest-resolve/src/defaultResolver.ts
    SimenB authored and IanVS committed Sep 13, 2021
    Copy the full SHA
    a818709 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    9cbf64c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Update snapshots

    IanVS committed Sep 14, 2021
    Copy the full SHA
    e58d96b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Copy the full SHA
    46da513 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bd51216 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    24a8538 View commit details
    Browse the repository at this point in the history
  4. moar package filter

    SimenB committed Dec 15, 2021
    Copy the full SHA
    f55fa07 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Update packages/jest-resolve/src/fileWalkers.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    IanVS and SimenB committed Dec 21, 2021
    Copy the full SHA
    a5bd891 View commit details
    Browse the repository at this point in the history
  2. Update packages/jest-resolve/src/fileWalkers.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    IanVS and SimenB committed Dec 21, 2021
    Copy the full SHA
    5944e4d View commit details
    Browse the repository at this point in the history
  3. Update packages/jest-resolve/src/defaultResolver.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    IanVS and SimenB committed Dec 21, 2021
    Copy the full SHA
    2744433 View commit details
    Browse the repository at this point in the history
  4. Update packages/jest-resolve/src/defaultResolver.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    IanVS and SimenB committed Dec 21, 2021
    Copy the full SHA
    70bddfe View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Copy the full SHA
    6a8fa3b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a4b0c8e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    455b072 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    23cc87c View commit details
    Browse the repository at this point in the history
  5. remove Path

    SimenB committed Feb 22, 2022
    Copy the full SHA
    7344e67 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2d72dab View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e7de5dc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    aab0bf9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c99ecad View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8c21ab5 View commit details
    Browse the repository at this point in the history
  11. docs cleanup

    SimenB committed Feb 22, 2022
    Copy the full SHA
    8cb9c49 View commit details
    Browse the repository at this point in the history
  12. remove unused type

    SimenB committed Feb 22, 2022
    Copy the full SHA
    c009333 View commit details
    Browse the repository at this point in the history
  13. move things to reduce diff

    SimenB committed Feb 22, 2022
    Copy the full SHA
    8257710 View commit details
    Browse the repository at this point in the history
  14. changelog

    SimenB committed Feb 22, 2022
    Copy the full SHA
    9867dc2 View commit details
    Browse the repository at this point in the history
  15. use in runtime

    SimenB committed Feb 22, 2022
    Copy the full SHA
    b2b7d4b View commit details
    Browse the repository at this point in the history
  16. snaps

    SimenB committed Feb 22, 2022
    Copy the full SHA
    6595c16 View commit details
    Browse the repository at this point in the history
  17. validate custom resolver

    SimenB committed Feb 22, 2022
    Copy the full SHA
    067bb55 View commit details
    Browse the repository at this point in the history
  18. async should mock

    SimenB committed Feb 22, 2022
    Copy the full SHA
    c6a2710 View commit details
    Browse the repository at this point in the history
  19. e2e

    SimenB committed Feb 22, 2022
    Copy the full SHA
    6c4db08 View commit details
    Browse the repository at this point in the history