Skip to content

Commit 42a54b0

Browse files
committed
feature: @putout/engine-parser: @putout/printer v18.0.0
1 parent d5ba3a5 commit 42a54b0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/engine-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"@putout/babel": "^5.0.0",
37-
"@putout/printer": "^17.0.0",
3837
"@putout/operator-watermark": "^1.0.0",
38+
"@putout/printer": "^18.0.0",
3939
"align-spaces": "^3.0.0",
4040
"estree-to-babel": "^12.0.0",
4141
"nano-memoize": "^3.0.11",

packages/plugin-filesystem/test/fixture/replace-cwd-disabled.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
__putout_processor_filesystem(["/home/coderaiser/putout/", "/home/coderaiser/putout/README.md"]);
1+
__putout_processor_filesystem([
2+
"/home/coderaiser/putout/",
3+
"/home/coderaiser/putout/README.md"
4+
]);
25

36
__putout_processor_filesystem({
47
type: "directory",

0 commit comments

Comments
 (0)