@putout/printer
Advanced tools
Comparing version 1.78.0 to 1.79.0
@@ -22,2 +22,1 @@ 'use strict'; | ||
} | ||
'use strict'; | ||
const {isIdentifier} = require('@babel/types'); | ||
const {isForOf, isCoupleLines} = require('../is'); | ||
const { | ||
isForOf, | ||
isCoupleLines, | ||
} = require('../is'); | ||
@@ -6,0 +9,0 @@ module.exports.ObjectPattern = (path, {indent, print, maybe}) => { |
@@ -12,3 +12,3 @@ 'use strict'; | ||
const {ForStatement} = require('./for-statement'); | ||
const importDeclarations = require('./import-declaration'); | ||
const importDeclarations = require('./import-declaration/import-declaration'); | ||
const exportDeclarations = require('./export-declarations'); | ||
@@ -15,0 +15,0 @@ const {WhileStatement} = require('./while-statement'); |
@@ -8,3 +8,2 @@ 'use strict'; | ||
exists, | ||
} = require('../is'); | ||
@@ -11,0 +10,0 @@ |
{ | ||
"name": "@putout/printer", | ||
"version": "1.78.0", | ||
"version": "1.79.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
Sorry, the diff of this file is not supported yet
108679
74
2858