Skip to content

Commit b045835

Browse files
committed
chore: @putout/printer: v15.23.1
1 parent d10b125 commit b045835

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025.10.01, v15.23.1
2+
3+
feature:
4+
- d10b125 @putout/printer: ForStatement inside LabeledStatement: indent
5+
16
2025.10.01, v15.23.0
27

38
feature:

lib/tokenize/statements/for-statement.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {exists} = require('../is');
66
const {markAfter} = require('../mark');
77

88
module.exports.ForStatement = {
9-
print(path, {print, maybe, indent}) {
9+
print(path, {print, maybe}) {
1010
const {
1111
test,
1212
update,
@@ -46,4 +46,3 @@ module.exports.ForStatement = {
4646
markAfter(path);
4747
},
4848
};
49-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putout/printer",
3-
"version": "15.23.0",
3+
"version": "15.23.1",
44
"type": "commonjs",
55
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
66
"description": "Simplest possible opinionated Babel AST printer for 🐊Putout",

0 commit comments

Comments
 (0)