Skip to content

Commit

Permalink
fix(turbopack): Fix ordering of IssueStages (#7535)
Browse files Browse the repository at this point in the history
### Description

vercel/next.js#62566 (comment)

### Testing Instructions



Closes PACK-2610
  • Loading branch information
kdy1 committed Feb 28, 2024
1 parent a5e203b commit 87e479a
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/turbopack-core/src/issue/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ pub struct OptionStyledString(Option<Vc<StyledString>>);
pub enum IssueStage {
Config,
AppStructure,
Resolve,
ProcessModule,
/// Read file.
Load,
Expand All @@ -536,6 +535,7 @@ pub enum IssueStage {
/// TODO: Add index of the transform
Transform,
Analysis,
Resolve,
CodeGen,
Unsupported,
Misc,
Expand Down

0 comments on commit 87e479a

Please sign in to comment.