Skip to content

Commit

Permalink
refactor(semantic): rename transform checker output for reference sym…
Browse files Browse the repository at this point in the history
…bol mismatches
  • Loading branch information
overlookmotel committed Aug 22, 2024
1 parent 3ffb358 commit 0fb6266
Show file tree
Hide file tree
Showing 4 changed files with 3,047 additions and 3,047 deletions.
2 changes: 1 addition & 1 deletion crates/oxc_semantic/src/post_transform_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ impl<'s> PostTransformChecker<'s> {
symbol_ids.rebuilt.map(Option::Some),
);
if symbol_ids_remapped.is_mismatch() {
self.errors.push_mismatch("Reference mismatch", reference_ids, symbol_names);
self.errors.push_mismatch("Reference symbol mismatch", reference_ids, symbol_names);
}
}
}
Expand Down
Loading

0 comments on commit 0fb6266

Please sign in to comment.