Class RewriteLogicalAssignmentOperatorsPass

java.lang.Object
com.google.javascript.jscomp.RewriteLogicalAssignmentOperatorsPass
All Implemented Interfaces:
CompilerPass, NodeTraversal.Callback

public final class RewriteLogicalAssignmentOperatorsPass extends Object implements NodeTraversal.Callback, CompilerPass
Replaces the ES2020 `||=`, `invalid input: '&'invalid input: '&'=`, and `??=` operators.