Skip to content

Commit

Permalink
feature: @putout/minify: @putout/printer v8.47.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 7, 2024
1 parent 16ba399 commit b7d0f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
"@putout/plugin-simplify-ternary": "^7.0.0",
"@putout/plugin-types": "^4.0.0",
"@putout/printer": "^8.8.0",
"@putout/printer": "^8.47.0",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-json": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fixture/try-catch-fix.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
javascript:var a=prompt('Base64 Encode'),b;try {b=atob(a)} catch (A) {b=A}var c=`
javascript:var a=prompt('Base64 Encode'),b;try{b=atob(a)}catch(A){b=A}var c=`
${b}
`;alert(c);console.log(c);

0 comments on commit b7d0f44

Please sign in to comment.