-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could be replace randexp with something else? #944
Comments
Do you know something to recommend? I also hope to change to another one. When complicate regular expression comes, |
Might give reregexp a shot. It does have limitations though. |
@samchon I never used such feature before. The only thing I would like is something that is ESM because it's better for dead code elimination. |
@samchon So this issue still needs be opened! |
|
I'm considering if |
|
Feature Request
The randexp seems like an unmaintained repo. It's using CJS that is bad for dead code elimination. Also has some old dependencies that also seems to be unmaintained.
https://github.com/fent/randexp.js
Made a PR to try to add
sideEffects: false
to them without any response.What do you think?
The text was updated successfully, but these errors were encountered: