-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UI - use antlr parser for fqn and entityLink #6741
Labels
UI
UI specific issues
Comments
Closing this as we are already using Antlr for parsing the FQNs. |
Reopening as it's pending for entity links. |
chirag-madlani
added a commit
that referenced
this issue
Jul 11, 2023
* chore(#6741): use antlr parser for fqn and entityLink * chore: use this for class context * chore: address comments * chore: convert js to ts * fix: typescript errors * fix: entity link split method issue * fix: split listener --------- Co-authored-by: Chirag Madlani <[email protected]>
chirag-madlani
added a commit
that referenced
this issue
Jul 13, 2023
* chore(#6741): use antlr parser for fqn and entityLink * chore: use this for class context * chore: address comments * chore: convert js to ts * fix: typescript errors * fix: entity link split method issue * fix: split listener * chore(ui): task UI improvements * feat: add support for edit task assignees * fix: validation issue * minor improvements * chore: address comments * chore: show dropdown button on task action button --------- Co-authored-by: Chirag Madlani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We will have Entitylink antlr grammar implemented and have Javascript variants for Parser, Lexer available in src/generated/antlr under ui directory.
We can use that to parse the entityLink and Fqn to match patterns to create Fqn
PR: #6673
ref: https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md
The text was updated successfully, but these errors were encountered: