-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Turbopack: fix incorrect esm binding spans #81407
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
base: canary
Are you sure you want to change the base?
Conversation
Failing test suitesCommit: 548e037
Expand output● Error overlay - RSC runtime errors › should show runtime errors if invalid server API from node_modules is executed
Read more about building and testing Next.js in contributing.md.
Expand output● error-ignored-frames › should be able to collapse ignored frames in interleaved call stack
Read more about building and testing Next.js in contributing.md.
Expand output● Middleware usage of dynamic code evaluation › development mode › shows a warning when running code with eval
● Edge route usage of dynamic code evaluation › development mode › shows a warning when running code with eval
Read more about building and testing Next.js in contributing.md.
Expand output● server-navigation-error › middleware › should error on navigation API redirect
Read more about building and testing Next.js in contributing.md.
Expand output● segment cache (CDN cache busting) › perform fully prefetched navigation when a third-party proxy performs a redirect
Read more about building and testing Next.js in contributing.md.
Expand output● app-dir - server source maps › stack frames are ignore-listed in ssr
Read more about building and testing Next.js in contributing.md.
Expand output● segment cache (revalidation) › refetch visible Form components after cache is revalidated
Read more about building and testing Next.js in contributing.md. |
CodSpeed Performance ReportMerging #81407 will not alter performanceComparing Summary
|
0d20352
to
5419c6e
Compare
Fixes incorrect sourcemaps discovered by @eps1lon in #81375
There is no point in including the span at every single level of the mapping here, it just makes it worse.
Before:
Bildschirmaufnahme 2025-07-08 um 13.10.03.mov (uploaded via Graphite)
After:
Bildschirmaufnahme 2025-07-08 um 13.15.25.mov (uploaded via Graphite)