@putout/printer
Advanced tools
Comparing version 12.25.0 to 12.26.0
@@ -22,2 +22,3 @@ 'use strict'; | ||
isBinaryExpression, | ||
isClassMethod, | ||
} = types; | ||
@@ -140,3 +141,5 @@ | ||
if (isBinaryExpression(path)) { | ||
if (isClassMethod(path)) { | ||
indent(); | ||
} else if (isBinaryExpression(path)) { | ||
indent.inc(); | ||
@@ -143,0 +146,0 @@ indent(); |
{ | ||
"name": "@putout/printer", | ||
"version": "12.25.0", | ||
"version": "12.26.0", | ||
"type": "commonjs", | ||
@@ -36,3 +36,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"@putout/babel": "^3.0.0", | ||
"@putout/compare": "^15.0.2", | ||
"@putout/compare": "^16.0.1", | ||
"@putout/operate": "^12.0.0", | ||
@@ -39,0 +39,0 @@ "@putout/operator-json": "^2.0.0", |
Sorry, the diff of this file is not supported yet
256705
5572
+ Added@putout/compare@16.0.1(transitive)
+ Added@putout/engine-parser@12.4.0(transitive)
+ Added@putout/operate@13.2.2(transitive)
+ Addedalign-spaces@2.0.0(transitive)
- Removed@putout/compare@15.4.0(transitive)
- Removed@putout/engine-parser@11.4.0(transitive)
- Removedast-types@0.16.1(transitive)
- Removedesprima@4.0.1(transitive)
- Removedrecast@0.23.9(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedtiny-invariant@1.3.3(transitive)
- Removedtslib@2.8.1(transitive)
Updated@putout/compare@^16.0.1