Skip to content

Commit c38bea6

Browse files
committed
chore: @putout/plugin-minify: merge-variables: rm comment
1 parent 27ac841 commit c38bea6

File tree

1 file changed

+0
-1
lines changed
  • packages/plugin-minify/lib/merge-variables

1 file changed

+0
-1
lines changed

packages/plugin-minify/lib/merge-variables/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export const traverse = ({push, uplist}) => ({
5959

6060
const prev = path.parentPath.getPrevSibling();
6161

62-
//if (prev.node && !prev.isVariableDeclaration()) {
6362
if (!prev.isVariableDeclaration()) {
6463
vars.splice(index, 1);
6564
continue;

0 commit comments

Comments
 (0)