@putout/compare
Advanced tools
Comparing version
@@ -99,2 +99,5 @@ 'use strict'; | ||
if (isIdentifier(id) && /^_[a-z]$/.test(id.name)) | ||
continue; | ||
if (isLiteral(value, {value: '__'}) && value.type === pathValue.type) | ||
@@ -101,0 +104,0 @@ continue; |
{ | ||
"name": "@putout/compare", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -52,3 +52,3 @@ "description": "compare ast-nodes", | ||
"lerna": "^3.8.5", | ||
"madrun": "^3.0.0", | ||
"madrun": "^4.1.0", | ||
"nodemon": "^1.14.12", | ||
@@ -55,0 +55,0 @@ "nyc": "^14.0.0", |
@@ -25,2 +25,3 @@ # putout-compare [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] | ||
compare('const a = {}', 'const __ = {}'); | ||
compare('const hello = {}', 'const _a = {}'); | ||
compare('const a = "hello"', 'const __ = "__"'); | ||
@@ -27,0 +28,0 @@ // returns |
6826
2.08%106
1.92%35
2.94%