Skip to content

Commit

Permalink
feature: @putout/plugin-minify: VariableDeclaration: LabeledStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 21, 2024
1 parent 0390ebc commit 39d969d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@
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);
1 change: 1 addition & 0 deletions test/fixture/try-catch.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
javascript:
var a = prompt('Base64 Encode');
var b;
try {
Expand Down

0 comments on commit 39d969d

Please sign in to comment.