Skip to content

Commit

Permalink
Update crates/oxc_transformer/src/es2021/logical_assignment_operators.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing authored Aug 20, 2024
1 parent ffb0012 commit a805425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//! Output:
//! ```js
//! var _a, _obj$a, _obj$a$b;
//!
//! (_a = a) !== null && _a !== void 0 ? _a : (a = b);
//! (_obj$a$b = (_obj$a = obj.a).b) !== null && _obj$a$b !== void 0
//! ? _obj$a$b
Expand Down

0 comments on commit a805425

Please sign in to comment.