Skip to content

Commit

Permalink
chore: 🤖 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Aug 19, 2024
1 parent f092e64 commit 0b69dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_minifier/src/plugins/replace_global_defines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl ReplaceGlobalDefinesConfig {
}
// Always move specific dot define before wildcard dot define
// Keep other order unchanged
// see test case replace_global_definitions_dot_with_postfix_mixed as a example
// see test case replace_global_definitions_dot_with_postfix_mixed as an example
dot_defines.sort_by(|a, b| {
if !a.postfix_wildcard && b.postfix_wildcard {
Ordering::Less
Expand Down

0 comments on commit 0b69dfd

Please sign in to comment.