@putout/compare
Advanced tools
Comparing version 14.4.1 to 14.5.0
@@ -137,2 +137,5 @@ 'use strict'; | ||
if (isImportsStr(name) || isExportsStr(name)) | ||
way = way.replace(/\.0.local$/, ''); | ||
if (isArgsStr(name) || isJSXChildrenStr(name) || isJSXAttributesStr(name)) | ||
@@ -159,8 +162,12 @@ way = way.replace(/\.0$/, ''); | ||
const {extra} = jessy(way, node); | ||
const valueExtra = values[name].extra; | ||
values[name].extra = { | ||
...extra, | ||
...valueExtra, | ||
}; | ||
if (extra) { | ||
const valueExtra = values[name].extra; | ||
values[name].extra = { | ||
...extra, | ||
...valueExtra, | ||
}; | ||
} | ||
nessy(way, values[name], node); | ||
@@ -167,0 +174,0 @@ } |
{ | ||
"name": "@putout/compare", | ||
"version": "14.4.1", | ||
"version": "14.5.0", | ||
"type": "commonjs", | ||
@@ -44,3 +44,2 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"eslint-plugin-putout": "^22.0.0", | ||
"just-camel-case": "^4.0.2", | ||
"lerna": "^6.0.1", | ||
@@ -47,0 +46,0 @@ "madrun": "^10.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29367
12
728