Skip to content

Commit

Permalink
Reapply "dummy comment"
Browse files Browse the repository at this point in the history
This reverts commit adf560d.
  • Loading branch information
overlookmotel committed Dec 19, 2024
1 parent adf560d commit e5afdef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_transformer/src/jsx/refresh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ impl<'a, 'ctx> Traverse<'a> for ReactRefresh<'a, 'ctx> {
Entry::Vacant(entry) => entry.insert(String::with_capacity(key_len)),
};

// Dummy comment to re-run benchmark

// `hook_name{{declarator_id(args_key)}}` or `hook_name{{declarator_id}}`
let old_len = string.len();

Expand Down

0 comments on commit e5afdef

Please sign in to comment.