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
Co-authored-by: overlookmotel <theoverlookmotel@gmail.com>
  • Loading branch information
Dunqing and overlookmotel authored Aug 20, 2024
1 parent ab5ad5e commit ffb0012
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
//!
//! Output:
//! ```js
//! var _obj$a, _obj$a2;
//! var _a, _obj$a, _obj$a$b;
//! (_a = a) !== null && _a !== void 0 ? _a : (a = b);
Expand Down

0 comments on commit ffb0012

Please sign in to comment.