-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: snapshot the ModuleGraph to avoid (eventual) inconsistent graphs #88340
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
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
9b8b94f to
e70e940
Compare
52d9dd0 to
965d41d
Compare
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Failing test suitesCommit: 236485f | About building and testing Next.js |
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **430 kB** → **430 kB** ✅ -81 B82 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
|
965d41d to
f872016
Compare
e70e940 to
afefad3
Compare
cc11d10 to
d8ab648
Compare
244302b to
642c1ae
Compare
642c1ae to
e3ccc40
Compare
d8ab648 to
b53ac2f
Compare
b53ac2f to
bf897af
Compare
5853953 to
f51ffd1
Compare
bf897af to
cea0b88
Compare
cea0b88 to
3b98426
Compare
f51ffd1 to
fcfcbce
Compare
3b98426 to
92471c6
Compare
e21693e to
ab71fe2
Compare
ab71fe2 to
236485f
Compare
…graphs (#88340) ### What? Refactor ModuleGraph to be a strongly consistent snapshot of the module graph. This should avoid eventually consistency problems where different versions of single module graphs do not fit together.

What?
Refactor ModuleGraph to be a strongly consistent snapshot of the module graph. This should avoid eventually consistency problems where different versions of single module graphs do not fit together.