@putout/printer
Advanced tools
Comparing version 1.31.0 to 1.32.0
@@ -18,2 +18,7 @@ 'use strict'; | ||
}, | ||
JSXExpressionContainer(path, {print}) { | ||
print('{'); | ||
print('__expression'); | ||
print('}'); | ||
}, | ||
JSXAttribute(path, {print}) { | ||
@@ -20,0 +25,0 @@ print('__name'); |
{ | ||
"name": "@putout/printer", | ||
"version": "1.31.0", | ||
"version": "1.32.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
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
72146
1992