@putout/printer
Advanced tools
Comparing version 1.60.0 to 1.61.0
@@ -25,2 +25,3 @@ 'use strict'; | ||
const {ObjectPattern} = require('./object-pattern'); | ||
const {ClassProperty} = require('./class-property'); | ||
const {AssignmentExpression} = require('./assignment-expression'); | ||
@@ -53,2 +54,3 @@ const {ArrayExpression} = require('./array-expression'); | ||
ClassExpression, | ||
ClassProperty, | ||
ClassDeclaration, | ||
@@ -55,0 +57,0 @@ ConditionalExpression, |
{ | ||
"name": "@putout/printer", | ||
"version": "1.60.0", | ||
"version": "1.61.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
93585
66
2509