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 abf6c11 commit 2077a46
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> {
let symbol_names = self.get_pair(symbol_ids, |data, symbol_id| {
symbol_id.map(|symbol_id| data.symbols.names[symbol_id].clone())
});
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 2077a46

Please sign in to comment.