@putout/printer
Advanced tools
Comparing version 8.39.1 to 8.40.0
@@ -97,2 +97,3 @@ 'use strict'; | ||
afterSatisfy: () => [ | ||
isNextIf, | ||
noNextParentBlock, | ||
@@ -190,2 +191,7 @@ notLastCoupleLines, | ||
const isNextIf = (path) => { | ||
const nextPath = path.getNextSibling(); | ||
return nextPath.isIfStatement(); | ||
}; | ||
const isNextAssign = (path) => { | ||
@@ -192,0 +198,0 @@ const nextPath = path.getNextSibling(); |
{ | ||
"name": "@putout/printer", | ||
"version": "8.39.1", | ||
"version": "8.40.0", | ||
"type": "commonjs", | ||
@@ -48,3 +48,2 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"devDependencies": { | ||
"@babel/plugin-codemod-object-assign-to-object-spread": "^7.10.4", | ||
"@putout/plugin-minify": "^8.0.0", | ||
@@ -68,3 +67,3 @@ "@putout/plugin-printer": "^3.0.0", | ||
"putout": "^35.0.0", | ||
"samadhi": "^1.1.1", | ||
"samadhi": "^2.8.0", | ||
"supertape": "^10.0.0", | ||
@@ -71,0 +70,0 @@ "try-catch": "^3.0.0", |
Sorry, the diff of this file is not supported yet
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
221435
22
4892