@putout/printer
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -11,2 +11,3 @@ 'use strict'; | ||
const {DebuggerStatement} = require('./debugger-statement'); | ||
const {ForStatement} = require('./for-statement'); | ||
@@ -18,2 +19,3 @@ module.exports = { | ||
IfStatement, | ||
ForStatement, | ||
ForOfStatement, | ||
@@ -20,0 +22,0 @@ ReturnStatement, |
{ | ||
"name": "@putout/printer", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"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
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
38546
41
1086