Skip to content

Commit

Permalink
chore: package: v2.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 10, 2023
1 parent b4d363c commit 815c4cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023.07.10, v2.64.0

feature:
- 291163a @putout/printer: RestElement: typeAnnotation

2023.07.10, v2.63.0

feature:
Expand Down
4 changes: 2 additions & 2 deletions lib/tokenize/expressions/rest-element.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
'use strict';

const {exists} = require('../is');
module.exports.RestElement = (path, {print, maybe, traverse}) => {

module.exports.RestElement = (path, {print, traverse}) => {
const typeAnnotation = path.get('typeAnnotation');

print('...');
Expand All @@ -13,4 +14,3 @@ module.exports.RestElement = (path, {print, maybe, traverse}) => {
traverse(typeAnnotation);
}
};

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@putout/printer",
"version": "2.63.0",
"version": "2.64.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Simplest possible opinionated Babel AST printer for 🐊Putout",
Expand Down

0 comments on commit 815c4cc

Please sign in to comment.