Skip to content

Commit

Permalink
chore: package: v2.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 6, 2023
1 parent 0f7f1bc commit 177567d
Show file tree
Hide file tree
Showing 4 changed files with 7 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.06, v2.54.0

feature:
- 0fe105a @putout/printer: TupleExpression: add support

2023.07.06, v2.53.0

feature:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const test = extend({
print: printExtension,
});

test.only('putout: printer: expressions: tuple-expression', (t) => {
test('putout: printer: expressions: tuple-expression', (t) => {
t.print(fixture.tupleExpression);
t.end();
});
1 change: 0 additions & 1 deletion lib/tokenize/tokenize.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ module.exports.tokenize = (ast, overrides) => {
print: maybePrint,
});

debugger;
maybeThrow(!currentTraverse, path, `Node type '{{ type }}' is not supported yet: '{{ path }}'`);

const currentIndent = i;
Expand Down
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.53.0",
"version": "2.54.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 177567d

Please sign in to comment.