-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: Use operations for global information and module graph #88758
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
8c6302c to
fcadcef
Compare
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
| endpoint: ResolvedVc<PageEndpoint>, | ||
| ) -> Result<Vc<ModuleGraph>> { | ||
| let this = endpoint.await?; | ||
| let project = this.pages_project.project(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| output_root_to_root_path: self.node_root_to_root_path(), | ||
| environment: self.edge_compile_time_info().environment(), | ||
| module_id_strategy: self.module_ids(), | ||
| export_usage: self.export_usage(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: **432 kB** → **432 kB** ✅ -32 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
📝 Changed Files (4 files)Files with changes:
View diffspages-api-tu..time.prod.jsDiff too large to display pages-api.runtime.dev.jsDiff too large to display pages-turbo...time.prod.jsDiff too large to display pages.runtime.dev.jsDiff too large to display |
fcadcef to
2aafb1a
Compare
4ddf51a to
282273c
Compare
282273c to
85a9eea
Compare
2aafb1a to
6b2ad20
Compare
f7f5480 to
0c170b6
Compare
6b2ad20 to
e30edb0
Compare
0c170b6 to
cedfb53
Compare
e30edb0 to
954b41e
Compare
954b41e to
90a785e
Compare

What?
Use OperationVc to enforce correct ordering of global information methods