@putout/printer
Advanced tools
Comparing version 8.43.0 to 8.44.0
@@ -37,2 +37,9 @@ 'use strict'; | ||
if (node.superClass) { | ||
maybe.print(id, ' '); | ||
print('extends '); | ||
print('__superClass'); | ||
print('__superTypeParameters'); | ||
} | ||
if (node.implements) { | ||
@@ -45,9 +52,2 @@ print(' implements '); | ||
if (node.superClass) { | ||
maybe.print(id && !node.implements, ' '); | ||
print('extends '); | ||
print('__superClass'); | ||
print('__superTypeParameters'); | ||
} | ||
print.space(); | ||
@@ -54,0 +54,0 @@ print('{'); |
{ | ||
"name": "@putout/printer", | ||
"version": "8.43.0", | ||
"version": "8.44.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
222285