-
Notifications
You must be signed in to change notification settings - Fork 207
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
investigate removing dependency to lodash #68
Comments
there are 30+ functions used from lodash in the 'production' code. perhaps another chevrotain build artifact with a minimal custom lodash build will solve the problem? |
Closing this issue for now. may revisit it in the future. |
Revisiting, no dependencies will also make it easier to use as parts of other libraries. |
lodash is a great library. however, it seems it will be much easier to consume Chevrotain
if it had no dependencies (In browsers/bower).
The hotspots in the code are already written in an imperative style for performance reasons.
So need to find how much functionality from lodash is really needed and what is the cost to replace it.
The text was updated successfully, but these errors were encountered: