Open Maxim-Mazurok opened 1 year ago
Optimizes /(\]|a|[12])/ into /([12]a])/ which isn't correct
/(\]|a|[12])/
/([12]a])/
Thanks, we might need to exclude the ] at all from this transform. Will appreciate a PR.
]
Optimizes
/(\]|a|[12])/
into/([12]a])/
which isn't correct