@putout/printer
Advanced tools
Comparing version 1.30.0 to 1.31.0
@@ -10,4 +10,15 @@ 'use strict'; | ||
print('__name'); | ||
for (const attr of path.get('attributes')) { | ||
print.space(); | ||
print(attr); | ||
} | ||
print('>'); | ||
}, | ||
JSXAttribute(path, {print}) { | ||
print('__name'); | ||
print('='); | ||
print('__value'); | ||
}, | ||
JSXIdentifier(path, {write}) { | ||
@@ -14,0 +25,0 @@ write(path.node.name); |
{ | ||
"name": "@putout/printer", | ||
"version": "1.30.0", | ||
"version": "1.31.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
71928
1987