@putout/printer 12.22.1 → 12.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.02.06, v12.23.0
2
+
3
+ feature:
4
+ - a5e568f @putout/printer: TSInterfaceHeritage: typeArguments
5
+
1
6
  2025.02.05, v12.22.1
2
7
 
3
8
  feature:
@@ -169,7 +169,7 @@ module.exports = {
169
169
  },
170
170
  TSInterfaceHeritage(path, {print}) {
171
171
  print('__expression');
172
- print('__typeParameters');
172
+ print('__typeArguments');
173
173
  },
174
174
  TSPropertySignature,
175
175
  TSFunctionType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/printer",
3
- "version": "12.22.1",
3
+ "version": "12.23.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",