mobbdev 0.0.139 → 0.0.140
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.
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1350,6 +1350,8 @@ var getIssueType = (issueType) => {
|
|
|
1350
1350
|
return "Privacy Violation";
|
|
1351
1351
|
case "INCOMPLETE_URL_SCHEME_CHECK" /* IncompleteUrlSchemeCheck */:
|
|
1352
1352
|
return "Incomplete URL Scheme Check";
|
|
1353
|
+
case "VALUE_NEVER_READ" /* ValueNeverRead */:
|
|
1354
|
+
return "Value Never Read";
|
|
1353
1355
|
case "VALUE_SHADOWING" /* ValueShadowing */:
|
|
1354
1356
|
return "Value Shadowing";
|
|
1355
1357
|
default: {
|