Skip to content

Commit

Permalink
feature: @putout/minify: @putout/plugin-apply-optional-chaining v6.0.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 10, 2024
1 parent e33c410 commit 1cdbec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"generate"
],
"devDependencies": {
"@putout/plugin-apply-optional-chaining": "^5.0.1",
"@putout/plugin-apply-optional-chaining": "^6.0.0",
"@putout/plugin-apply-shorthand-properties": "^5.1.0",
"@putout/plugin-apply-template-literals": "^3.0.0",
"@putout/plugin-conditions": "^4.0.1",
Expand Down
4 changes: 3 additions & 1 deletion test/fixture/apply-optional-chaining.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
if (a && a.b && a.b.c)
fn();
fn();

Transition && (Transition.running = !1);

0 comments on commit 1cdbec7

Please sign in to comment.