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: trace HMR errors through sourcemaps correctly #61360

Closed
wants to merge 7 commits into from

Commits on Jan 30, 2024

  1. wip

    wbinnssmith committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b07e513 View commit details
    Browse the repository at this point in the history
  2. Turbopack: trace HMR errors through sourcemaps correctly

    Requires vercel/turbo#7160
    
    Previously, we attempted to trace stacks through the source map for the entire chunk rather than the map for the chunk update.
    
    Test Plan: Now passing event handler error test in `acceptance-app/error-recovery.ts`
    wbinnssmith committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9d5191a View commit details
    Browse the repository at this point in the history
  3. fixup! wip

    wbinnssmith committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf62cb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4260e14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b505dcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c836fbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7e240f View commit details
    Browse the repository at this point in the history