Skip to content

Promote next analyze command - #99074

Merged
wbinnssmith merged 4 commits into
canaryfrom
promote-next-analyze
Sep 23, 2026
Merged

wbinnssmith merged 4 commits into
canaryfrom
promote-next-analyze

Conversation

@wbinnssmith

@wbinnssmith wbinnssmith commented Sep 23, 2026 •

Copy link
Copy Markdown
Member

What?

Promote the Turbopack bundle analyzer to next analyze and its build-time option to next build --analyze. Update CLI help, docs, and analyzer UI guidance to use those names, and remove the guide's experimental label. Keep both experimental spellings available for existing scripts.

Why?

Users should be able to discover and use the concise analyzer names without breaking workflows that already rely on the experimental command or build flag.

How?

The standalone analyzer uses a Commander command alias, so both command names share one implementation and option set. The build flag uses a hidden compatibility option, with both spellings driving the same Turbopack-only build analysis path. The existing analyzer e2e tests exercise the primary command.

@github-actions

github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Tests Passed

Commit: 28bc54b

@wbinnssmith
wbinnssmith marked this pull request as ready for review September 23, 2026 21:36
@wbinnssmith
wbinnssmith requested review from a team, andrewimm, bgw and lukesandberg September 23, 2026 21:41
await exit.catch(() => {})
}
})
it('accepts experimental-analyze as an alias', async () => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these don't strike me as very valuable tests, trim it down?

vercel-fleet-prod Bot and others added 4 commits September 23, 2026 23:05
Co-authored-by: Will Binns-Smith <[email protected]>
Co-authored-by: Will Binns-Smith <[email protected]>
Co-authored-by: Will Binns-Smith <[email protected]>
Co-authored-by: Will Binns-Smith <[email protected]>
@wbinnssmith
wbinnssmith enabled auto-merge (squash) September 23, 2026 23:16
@wbinnssmith
wbinnssmith merged commit 3950aff into canary Sep 23, 2026
119 checks passed
@wbinnssmith
wbinnssmith deleted the promote-next-analyze branch September 23, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants