@putout/printer 2.87.0 → 2.88.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
+ 2023.07.27, v2.88.0
2
+
3
+ feature:
4
+ - 21e8a33 @putout/printer: TSThisType (coderaiser/putout#171)
5
+
1
6
  2023.07.26, v2.87.0
2
7
 
3
8
  feature:
@@ -253,4 +253,8 @@ module.exports = {
253
253
  TSDeclareMethod,
254
254
  TSNamedTupleMember,
255
255
  TSConstructorType,
256
+ TSThisType(path, {print}) {
257
+ print('this');
258
+ },
256
259
  };
260
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/printer",
3
- "version": "2.87.0",
3
+ "version": "2.88.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",