mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(semantic): add comment to transform checker (#5250)
Add back a doc comment which was accidentally removed in #5232.
This commit is contained in:
parent
fea2746b73
commit
cbb47252ba
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ impl<'s> PostTransformChecker<'s> {
|
|||
Pair::new(self.scope_ids_map.get(scope_ids.after_transform), Some(scope_ids.rebuilt))
|
||||
}
|
||||
|
||||
/// Remap pair of arrays of `SymbolId`s.
|
||||
/// Map `after_transform` IDs to `rebuilt` IDs.
|
||||
/// Sort both sets.
|
||||
fn remap_symbol_ids_sets<V: AsRef<Vec<SymbolId>>>(
|
||||
|
|
|
|||
Loading…
Reference in a new issue