We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e5c47 commit d0a218aCopy full SHA for d0a218a
crates/oxc_minifier/src/peephole/replace_known_methods.rs
@@ -3,7 +3,7 @@ use std::borrow::Cow;
3
use cow_utils::CowUtils;
4
5
use oxc_allocator::{Box, TakeIn};
6
-use oxc_ast::{ast::*, NONE};
+use oxc_ast::{NONE, ast::*};
7
use oxc_compat::ESFeature;
8
use oxc_ecmascript::{
9
StringCharAt, StringCharAtResult, ToBigInt, ToIntegerIndex,
0 commit comments