diff --git a/crates/oxc_semantic/src/post_transform_checker.rs b/crates/oxc_semantic/src/post_transform_checker.rs index f32f1a3fa3578..01036ca3b0503 100644 --- a/crates/oxc_semantic/src/post_transform_checker.rs +++ b/crates/oxc_semantic/src/post_transform_checker.rs @@ -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>>(