Open jbduncan opened 9 months ago
We use eg to auto-fix certain classes of bugs, but we can do more.
If help with eg is needed, refer to https://rakyll.org/eg/.
time
==
!(a >= b)
a < b
!(a > b)
a <= b
!(a <= b)
a > b
!(a < b)
a >= b
!(a != b)
a == b
!(a == b)
a != b
!!a
a
string == ""
string == `</code> tolen(string) == 0`
`</code> to
eg may be replaced with ast-grep once #27 is done.
We use eg to auto-fix certain classes of bugs, but we can do more.
If help with eg is needed, refer to https://rakyll.org/eg/.
time
package==
to Equal (even if revive catches this, being able to auto-fix it is valuable)!(a >= b)
toa < b
!(a > b)
toa <= b
!(a <= b)
toa > b
!(a < b)
toa >= b
!(a != b)
toa == b
!(a == b)
toa != b
!!a
toa
string == ""
orstring ==
`</code> to
len(string) == 0`