Thank you for a library with such hight quality :). I just integrated regexp-tree into Putout linter, run it on my code, and had seen a strange optimization:
Thanks for the feedback! As to the optimization: yes, this seems is a consequence of optimizing character classes, and sorting the chars as a side effect.
Thank you for a library with such hight quality :). I just integrated
regexp-tree
into Putout linter, run it on my code, and had seen a strange optimization:Could you please tell me is it more optimized
regexp
or it's a bug?