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

Code splitting across reexports using symbol data by splitting dependencies #8432

Merged
merged 49 commits into from Sep 9, 2022

Commits on Aug 24, 2022

  1. POC

    mischnic committed Aug 24, 2022
    Copy the full SHA
    44f192a View commit details
    Browse the repository at this point in the history
  2. f

    mischnic committed Aug 24, 2022
    Copy the full SHA
    3021160 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f1f0a5d View commit details
    Browse the repository at this point in the history
  4. Globally renamed symbols

    mischnic committed Aug 24, 2022
    Copy the full SHA
    7c04c82 View commit details
    Browse the repository at this point in the history
  5. Fixup

    mischnic committed Aug 24, 2022
    Copy the full SHA
    f389a7f View commit details
    Browse the repository at this point in the history
  6. Fixup

    mischnic committed Aug 24, 2022
    Copy the full SHA
    8bb75b5 View commit details
    Browse the repository at this point in the history
  7. Stringify dep priority

    mischnic committed Aug 24, 2022
    Copy the full SHA
    f62b1f4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3af446d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cdad7c1 View commit details
    Browse the repository at this point in the history
  10. Externals

    mischnic committed Aug 24, 2022
    Copy the full SHA
    9abdd07 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0bbc8de View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a198221 View commit details
    Browse the repository at this point in the history
  13. Edge types for asset graph

    mischnic committed Aug 24, 2022
    Copy the full SHA
    cacb9cf View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    83b223e View commit details
    Browse the repository at this point in the history
  15. Nullable symbolTarget

    mischnic committed Aug 24, 2022
    Copy the full SHA
    ca4febe View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    523d04e View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    97dc341 View commit details
    Browse the repository at this point in the history
  18. Dump symbolTarget

    mischnic committed Aug 24, 2022
    Copy the full SHA
    01e5cef View commit details
    Browse the repository at this point in the history
  19. Add test

    mischnic committed Aug 24, 2022
    Copy the full SHA
    63efc43 View commit details
    Browse the repository at this point in the history
  20. Fixup assertions

    mischnic committed Aug 24, 2022
    Copy the full SHA
    30d1361 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    89e3265 View commit details
    Browse the repository at this point in the history
  22. Fixup

    mischnic committed Aug 24, 2022
    Copy the full SHA
    298bdb9 View commit details
    Browse the repository at this point in the history
  23. Fixup

    mischnic committed Aug 24, 2022
    Copy the full SHA
    acd949f View commit details
    Browse the repository at this point in the history
  24. Fixup assertions

    mischnic committed Aug 24, 2022
    Copy the full SHA
    3a7fdf9 View commit details
    Browse the repository at this point in the history
  25. Fixup

    mischnic committed Aug 24, 2022
    Copy the full SHA
    9ee9ecf View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. WIP

    mischnic committed Aug 25, 2022
    Copy the full SHA
    0d00ab8 View commit details
    Browse the repository at this point in the history
  2. f

    mischnic committed Aug 25, 2022
    Copy the full SHA
    13a2cc1 View commit details
    Browse the repository at this point in the history
  3. f

    mischnic committed Aug 25, 2022
    Copy the full SHA
    eb67f69 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. f

    mischnic committed Aug 29, 2022
    Copy the full SHA
    d013aa3 View commit details
    Browse the repository at this point in the history
  2. Fixup for externals

    mischnic committed Aug 29, 2022
    Copy the full SHA
    18fc33f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b2a407d View commit details
    Browse the repository at this point in the history
  4. f

    mischnic committed Aug 29, 2022
    Copy the full SHA
    5aaccc1 View commit details
    Browse the repository at this point in the history
  5. f

    mischnic committed Aug 29, 2022
    Copy the full SHA
    f9baf0c View commit details
    Browse the repository at this point in the history
  6. f

    mischnic committed Aug 29, 2022
    Copy the full SHA
    2d1590f View commit details
    Browse the repository at this point in the history
  7. fixup tests

    mischnic committed Aug 29, 2022
    Copy the full SHA
    e9aedcf View commit details
    Browse the repository at this point in the history
  8. Fixups

    mischnic committed Aug 29, 2022
    Copy the full SHA
    91b3567 View commit details
    Browse the repository at this point in the history
  9. Cleanup

    mischnic committed Aug 29, 2022
    Copy the full SHA
    64dc9a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Add test

    mischnic committed Sep 1, 2022
    Copy the full SHA
    533713d View commit details
    Browse the repository at this point in the history
  2. Cleanup

    mischnic committed Sep 1, 2022
    Copy the full SHA
    9698d0d View commit details
    Browse the repository at this point in the history
  3. Less strict test

    mischnic committed Sep 1, 2022
    Copy the full SHA
    0a4c8b3 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    mischnic committed Sep 1, 2022
    Copy the full SHA
    e7deed2 View commit details
    Browse the repository at this point in the history
  5. TODO comment

    mischnic committed Sep 1, 2022
    Copy the full SHA
    8beca81 View commit details
    Browse the repository at this point in the history
  6. Remove symbolTarget

    mischnic committed Sep 1, 2022
    Copy the full SHA
    8397d4b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9da483a View commit details
    Browse the repository at this point in the history
  8. usedSymbolsUp: ambiguous

    mischnic committed Sep 1, 2022
    Copy the full SHA
    ad8d53f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c2895b1 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    mischnic committed Sep 1, 2022
    Copy the full SHA
    af3e716 View commit details
    Browse the repository at this point in the history
  11. Fixup SW runtime

    mischnic committed Sep 1, 2022
    Copy the full SHA
    c1e5ce0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Copy the full SHA
    c2eb487 View commit details
    Browse the repository at this point in the history