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: Implement HMR in next-api #54772

Merged
merged 31 commits into from
Aug 30, 2023
Merged

Turbopack: Implement HMR in next-api #54772

merged 31 commits into from
Aug 30, 2023

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    dd650bf View commit details
    Browse the repository at this point in the history
  2. Setup basic app websocket

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    64c5959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c3a1c View commit details
    Browse the repository at this point in the history
  4. Unify page bootstrapping

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0cdd01a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ba827e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4897c28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7663a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f46d016 View commit details
    Browse the repository at this point in the history
  9. tmp

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    22ef3a6 View commit details
    Browse the repository at this point in the history
  10. Implement hotReloader.send

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d03a933 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cffc1a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30e3077 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3dddb0d View commit details
    Browse the repository at this point in the history
  14. Implement reloadPage

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d9b906e View commit details
    Browse the repository at this point in the history
  15. Pin to latest turbopack

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ba5d601 View commit details
    Browse the repository at this point in the history
  16. Fix changed subscriptions

    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    44354eb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a1c3327 View commit details
    Browse the repository at this point in the history
  18. Revert "Don't compile turbopack-ecmascript-runtime"

    This reverts commit a1c3327.
    jridgewell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2d8787d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d847936 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Lint

    jridgewell committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e374402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e099a0 View commit details
    Browse the repository at this point in the history
  3. Our Eslint setup sucks

    jridgewell committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b478dfe View commit details
    Browse the repository at this point in the history
  4. update turbopack

    sokra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    80864bd View commit details
    Browse the repository at this point in the history
  5. update changed APIs

    sokra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f6d2e25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9857ae6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e5e581 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a19faf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36578f7 View commit details
    Browse the repository at this point in the history
  10. fix test case

    sokra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e339cc6 View commit details
    Browse the repository at this point in the history
  11. fix dependencies

    sokra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d5b5bb6 View commit details
    Browse the repository at this point in the history
  12. fix import

    sokra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b3c2c63 View commit details
    Browse the repository at this point in the history