Skip to content

Commit

Permalink
refactor(semantic): add comment to transform checker (#5250)
Browse files Browse the repository at this point in the history
Add back a doc comment which was accidentally removed in #5232.
  • Loading branch information
overlookmotel committed Aug 27, 2024
1 parent fea2746 commit cbb4725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_semantic/src/post_transform_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>(
Expand Down

0 comments on commit cbb4725

Please sign in to comment.