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

add edge rendering for app dir for Turbopack #50830

Merged
merged 64 commits into from
Jun 19, 2023
Merged

add edge rendering for app dir for Turbopack #50830

merged 64 commits into from
Jun 19, 2023

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    03886a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944c3aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e0176d View commit details
    Browse the repository at this point in the history
  4. fixup

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c094ea3 View commit details
    Browse the repository at this point in the history
  5. fixup

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    87b629d View commit details
    Browse the repository at this point in the history
  6. prettier

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cc1cae2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a0d55d View commit details
    Browse the repository at this point in the history
  8. WIP

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    57309fd View commit details
    Browse the repository at this point in the history
  9. WIP

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ae92832 View commit details
    Browse the repository at this point in the history
  10. WIP

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e3bbb6c View commit details
    Browse the repository at this point in the history
  11. WIP

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7d0ccaf View commit details
    Browse the repository at this point in the history
  12. WIP: working

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d569b0b View commit details
    Browse the repository at this point in the history
  13. fix types

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3218b5a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3647a48 View commit details
    Browse the repository at this point in the history
  15. types fixes

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    299ab1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f425b82 View commit details
    Browse the repository at this point in the history
  17. fix open call

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e064377 View commit details
    Browse the repository at this point in the history
  18. add TURBOPACK_DEBUG_OPEN

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2855a6c View commit details
    Browse the repository at this point in the history
  19. fix layer

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6a9a913 View commit details
    Browse the repository at this point in the history
  20. remove console.log

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2931e79 View commit details
    Browse the repository at this point in the history
  21. update test case

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    90e081e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    addf581 View commit details
    Browse the repository at this point in the history
  23. fmt

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cb765b8 View commit details
    Browse the repository at this point in the history
  24. prettier

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8cb01cd View commit details
    Browse the repository at this point in the history
  25. remove debug script

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2d18e8c View commit details
    Browse the repository at this point in the history
  26. use ESM reexports

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    82dca72 View commit details
    Browse the repository at this point in the history
  27. fix types

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    afffe05 View commit details
    Browse the repository at this point in the history
  28. clippy

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f736099 View commit details
    Browse the repository at this point in the history
  29. warnings

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e710ce1 View commit details
    Browse the repository at this point in the history
  30. fix enhanceGlobals

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d72b179 View commit details
    Browse the repository at this point in the history
  31. use cjs version

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    27143a1 View commit details
    Browse the repository at this point in the history
  32. remove disk paths

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    40419ba View commit details
    Browse the repository at this point in the history
  33. entry-base need to be ESM

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    09b930e View commit details
    Browse the repository at this point in the history
  34. improve error message

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    acf76b1 View commit details
    Browse the repository at this point in the history
  35. avoid double declare globals

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cdbcc27 View commit details
    Browse the repository at this point in the history
  36. magic hacks by wyattjoh

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7bf5531 View commit details
    Browse the repository at this point in the history
  37. add buildId

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0f10b0d View commit details
    Browse the repository at this point in the history
  38. updates for rebase

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    804e6ab View commit details
    Browse the repository at this point in the history
  39. no need to use esm version

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    64095fd View commit details
    Browse the repository at this point in the history
  40. fix incorrect import

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f19cf28 View commit details
    Browse the repository at this point in the history
  41. prettier

    sokra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9d8310a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ae8ce04 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    331428f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f442982 View commit details
    Browse the repository at this point in the history
  3. review

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9f245e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    687aa6f View commit details
    Browse the repository at this point in the history
  5. use destructuring

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    54aaeb5 View commit details
    Browse the repository at this point in the history
  6. rename sibling -> parallel

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bc1a5b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ffb4bf View commit details
    Browse the repository at this point in the history
  8. add comment

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    68adc09 View commit details
    Browse the repository at this point in the history
  9. dedupe alias

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bc621b6 View commit details
    Browse the repository at this point in the history
  10. cleanup after test case

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    291d6f6 View commit details
    Browse the repository at this point in the history
  11. Revert "dedupe alias"

    This reverts commit bc621b6.
    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b3f8a41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    114199c View commit details
    Browse the repository at this point in the history
  13. add comments

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fd9814c View commit details
    Browse the repository at this point in the history
  14. improve url parsing

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c6fe47f View commit details
    Browse the repository at this point in the history
  15. link issue

    sokra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bd2800b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3334d1c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix typo

    Co-authored-by: Alex Kirszenberg <alex.kirszenberg@vercel.com>
    sokra and alexkirsz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e1ee57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249265c View commit details
    Browse the repository at this point in the history
  3. use destructuring

    sokra committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8dedf4d View commit details
    Browse the repository at this point in the history
  4. link issue

    sokra committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a739e5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1af0d49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d615de4 View commit details
    Browse the repository at this point in the history