You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OxcDiagnostic::warn("Unsafe declaration merging between classes and interfaces.")
15
-
.with_help("The TypeScript compiler doesn't check whether properties are initialized, which can cause lead to TypeScript not detecting code that will cause runtime errors.")
15
+
.with_help("The TypeScript compiler doesn't check whether properties are initialized, which can lead to TypeScript not detecting code that will cause runtime errors.")
16
16
.with_labels([span, span1])
17
17
}
18
18
@@ -27,7 +27,7 @@ declare_oxc_lint!(
27
27
/// ### Why is this bad?
28
28
///
29
29
/// Declaration merging between classes and interfaces is unsafe.
30
-
/// The TypeScript compiler doesn't check whether properties are initialized, which can cause lead to TypeScript not detecting code that will cause runtime errors.
30
+
/// The TypeScript compiler doesn't check whether properties are initialized, which can lead to TypeScript not detecting code that will cause runtime errors.
help: TheTypeScriptcompilerdoesn't check whether properties are initialized, which can cause lead to TypeScript not detecting code that will cause runtime errors.
13
+
help: TheTypeScriptcompilerdoesn't check whether properties are initialized, which can lead to TypeScript not detecting code that will cause runtime errors.
help: TheTypeScriptcompilerdoesn't check whether properties are initialized, which can cause lead to TypeScript not detecting code that will cause runtime errors.
24
+
help: TheTypeScriptcompilerdoesn't check whether properties are initialized, which can lead to TypeScript not detecting code that will cause runtime errors.
help: TheTypeScriptcompilerdoesn't check whether properties are initialized, which can cause lead to TypeScript not detecting code that will cause runtime errors.
35
+
help: TheTypeScriptcompilerdoesn't check whether properties are initialized, which can lead to TypeScript not detecting code that will cause runtime errors.
0 commit comments