ace-linters 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -105049,7 +105049,7 @@ function toDiagnostics(diagnostics, filterErrors) {
|
|
|
105049
105049
|
if (!diagnostics) {
|
|
105050
105050
|
return [];
|
|
105051
105051
|
}
|
|
105052
|
-
return CommonConverter.excludeByErrorMessage(diagnostics).map((error)=>toDiagnostic(error, filterErrors));
|
|
105052
|
+
return CommonConverter.excludeByErrorMessage(diagnostics, filterErrors.errorMessagesToIgnore).map((error)=>toDiagnostic(error, filterErrors));
|
|
105053
105053
|
}
|
|
105054
105054
|
|
|
105055
105055
|
;// CONCATENATED MODULE: ./src/services/javascript/javascript-service.ts
|