-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Switch Tinymath to use peggy instead of pegjs #97906
Switch Tinymath to use peggy instead of pegjs #97906
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove the old library or is still used elsewhere?
@mistic This library is used in a few other places in Kibana. I am working on a separate PR which updates all of them at once, but I think this PR is lower risk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build file changes LGTM
Btw @wylieconlon congrats on the initiative to update the Bazel build file on your own 😄 |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for investigating this. Glad it's an easy update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and tinymath in TSVB still works, LGTM
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Wylie Conlon <[email protected]>
We are migrating all pegjs usage as the previous library has stopped being maintained. See discussion #97504 for more context.
As the new library is backwards compatible, this should be minimal impact.