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

Chunking Refactoring #6160

Merged
merged 56 commits into from
Oct 13, 2023
Merged

Chunking Refactoring #6160

merged 56 commits into from
Oct 13, 2023

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    7c15077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8812462 View commit details
    Browse the repository at this point in the history
  3. Use downcast

    jridgewell committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6be06d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Delete optimization code

    jridgewell committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    88afdf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd4583 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    f58dbe8 View commit details
    Browse the repository at this point in the history
  2. clippy

    sokra committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3bae371 View commit details
    Browse the repository at this point in the history
  3. update snapshots

    sokra committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ae6c756 View commit details
    Browse the repository at this point in the history
  4. update deps

    sokra committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f83f722 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
    21e0c8c View commit details
    Browse the repository at this point in the history
  2. update pnpm version

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c3c77b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce19a49 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
    3988e83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f427f8a View commit details
    Browse the repository at this point in the history
  6. fix PassthroughModules handling

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    99887fe View commit details
    Browse the repository at this point in the history
  7. workaround for compiler bug

    sokra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    786b590 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a41af45 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Update snapshots

    jridgewell committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c86367e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cb13c View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    jridgewell committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7e286c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    697fede View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3871d50 View commit details
    Browse the repository at this point in the history
  6. pass chunk_group_root with mdx

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

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    589173d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfa561b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29f49fd View commit details
    Browse the repository at this point in the history
  10. remove println

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bea10e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e0e513 View commit details
    Browse the repository at this point in the history
  12. update snapshots

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c51ed8e View commit details
    Browse the repository at this point in the history
  13. Add splitting heuristic

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2e9581a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd52095 View commit details
    Browse the repository at this point in the history
  15. clippy

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2046f59 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0d124ab View commit details
    Browse the repository at this point in the history
  17. fix conflicting writes

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8a5811c View commit details
    Browse the repository at this point in the history
  18. update snapshots

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    83034a0 View commit details
    Browse the repository at this point in the history
  19. clippy

    sokra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a579800 View commit details
    Browse the repository at this point in the history
  20. Fix clippy

    jridgewell committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0133644 View commit details
    Browse the repository at this point in the history
  21. Clippy fix

    jridgewell committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    940f2c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Clippy fix

    jridgewell committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9dc1f6a View commit details
    Browse the repository at this point in the history
  2. documentation, cleanup

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    77a4075 View commit details
    Browse the repository at this point in the history
  3. improve size heuristic

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6ef0cc7 View commit details
    Browse the repository at this point in the history
  4. extract common code

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    181e0da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf820f1 View commit details
    Browse the repository at this point in the history
  6. minor improvements to chunking

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    02d8c8b View commit details
    Browse the repository at this point in the history
  7. compute async module status in chunk group

    change AvailableAssets to AvailableChunkItems and store async module status
    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    dfb6c76 View commit details
    Browse the repository at this point in the history
  8. pass async module info to chunk creation

    store it in ecmascript chunks
    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2761f75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7854ffa View commit details
    Browse the repository at this point in the history
  10. remove chunk_group_root, remove AsynModule::is_async

    use AsyncModuleInfo instead
    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c891db1 View commit details
    Browse the repository at this point in the history
  11. bugfixes

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    913aeca View commit details
    Browse the repository at this point in the history
  12. fix double keyed_cell

    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f37a0e9 View commit details
    Browse the repository at this point in the history
  13. put async loaders into separate chunks

    make AsyncModuleInfo a singleton
    sokra committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e207f31 View commit details
    Browse the repository at this point in the history
  14. Lint fixes

    jridgewell committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    77d85b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    fed0773 View commit details
    Browse the repository at this point in the history
  2. bugfixes and snapshot updates

    sokra committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    94dbb45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1583c81 View commit details
    Browse the repository at this point in the history
  4. update lockfile

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