Skip to content

Commit d8516ba

Browse files
committed
feat: implementation of import name patterns and overall refactoring to match the patterns implementation
1 parent 9751ea8 commit d8516ba

File tree

2 files changed

+484
-231
lines changed

2 files changed

+484
-231
lines changed

crates/biome_js_analyze/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ biome_suppression = { workspace = true }
3333
biome_unicode_table = { workspace = true }
3434
bitvec = "1.0.1"
3535
camino = { workspace = true }
36-
fancy-regex = "0.14.0"
3736
enumflags2 = { workspace = true }
37+
fancy-regex = "0.14.0"
3838
globset = { workspace = true }
3939
ignore = { workspace = true }
4040
regex = { workspace = true }
@@ -45,7 +45,6 @@ serde = { workspace = true, features = ["derive"] }
4545
smallvec = { workspace = true }
4646

4747

48-
4948
[dev-dependencies]
5049
biome_fs = { workspace = true }
5150
biome_js_parser = { path = "../biome_js_parser", features = ["tests"] }

0 commit comments

Comments
 (0)