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

Turbopack: Chunking Refactoring #56756

Merged
merged 34 commits into from Oct 13, 2023
Merged

Turbopack: Chunking Refactoring #56756

merged 34 commits into from Oct 13, 2023

Commits on Oct 9, 2023

  1. link

    sokra committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d303183 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. WIP

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ad323da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e662ea View commit details
    Browse the repository at this point in the history
  3. update snapshots

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f500f01 View commit details
    Browse the repository at this point in the history
  4. remove isolated parallel

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4c9a885 View commit details
    Browse the repository at this point in the history
  5. link

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bfa49ec View commit details
    Browse the repository at this point in the history
  6. link

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f92b978 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0219a40 View commit details
    Browse the repository at this point in the history
  8. make test more specific

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2f3717d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    851dbd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Update link

    jridgewell committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    45d4a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5057d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab72f03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2748c75 View commit details
    Browse the repository at this point in the history
  5. link

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d86cc56 View commit details
    Browse the repository at this point in the history
  6. fixup lockfile

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ca930e2 View commit details
    Browse the repository at this point in the history
  7. link

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    266ad26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f1b99d View commit details
    Browse the repository at this point in the history
  9. link

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6187802 View commit details
    Browse the repository at this point in the history
  10. fix externals test case

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0b9ecd3 View commit details
    Browse the repository at this point in the history
  11. link

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c882c10 View commit details
    Browse the repository at this point in the history
  12. link

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9fa4496 View commit details
    Browse the repository at this point in the history
  13. link

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    73ce3a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2548d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. link

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7147de3 View commit details
    Browse the repository at this point in the history
  2. remove chunk_group_root, remove AsynModule::is_async

    use AsyncModuleInfo instead
    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8c24518 View commit details
    Browse the repository at this point in the history
  3. link

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6ddb127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33a8aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. add tracing to next-core

    sokra committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    eb26eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d7309 View commit details
    Browse the repository at this point in the history
  3. link

    sokra committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    120c792 View commit details
    Browse the repository at this point in the history
  4. exclude flaky test

    sokra committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    64c8ca0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0726c View commit details
    Browse the repository at this point in the history
  6. update turbopack

    sokra committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0e7edd3 View commit details
    Browse the repository at this point in the history