From cbb47252bad3ff6a53c7ccbe398b2d29c62b4236 Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:38:52 +0000 Subject: [PATCH] refactor(semantic): add comment to transform checker (#5250) Add back a doc comment which was accidentally removed in #5232. --- crates/oxc_semantic/src/post_transform_checker.rs | 1 + 1 file changed, 1 insertion(+) 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>>(