dsd-constants-lib
Advanced tools
Comparing version 1.9.5 to 1.9.6
@@ -159,4 +159,4 @@ /** | ||
givenParamsNames.forEach(g => { | ||
if(!TypesConvention.findParamConventionByName(methodItem, g)) | ||
wrong.redundant.push({ name: g, description: "unsupported" }); | ||
if(!names.all.find(mg => { return mg == g;})) | ||
wrong.redundant.push({ name: g, description: ""+g+" unsupported" }); | ||
}); | ||
@@ -163,0 +163,0 @@ |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "1.9.5", | ||
"version": "1.9.6", | ||
"dependencies": {}, | ||
"scripts": {} | ||
} |
52217