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 968bc3f commit 65b73abCopy full SHA for 65b73ab
crates/biome_js_analyze/src/lib.rs
@@ -14,7 +14,7 @@ use biome_js_syntax::{JsFileSource, JsLanguage};
14
use biome_module_graph::{ModuleGraph, ModuleResolver};
15
use biome_project_layout::ProjectLayout;
16
use biome_rowan::TextRange;
17
-use biome_suppression::{parse_suppression_comment, SuppressionDiagnostic};
+use biome_suppression::{SuppressionDiagnostic, parse_suppression_comment};
18
use std::ops::Deref;
19
use std::sync::{Arc, LazyLock};
20
crates/biome_js_analyze/src/services/mod.rs
@@ -3,5 +3,5 @@ pub mod control_flow;
3
pub mod manifest;
4
pub mod module_graph;
5
pub mod semantic;
6
-pub mod typed;
7
pub mod semantic_class;
+pub mod typed;
0 commit comments