-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat: connection highlighting in geras and thrasos #7698
feat: connection highlighting in geras and thrasos #7698
Conversation
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.
My main concern is about idempotency (or not) of some of the new methods introduced (see below).
Also not sure why Prettier is suddenly attacking jst2s
especially as it appears you did not change anything in that script.
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 except for line length issue in jst2ts
.
* chore: move connection highlighting into the geras renderer * chore: remove IConnectionHighlighter interface * chore: format * chore: fixup * chore: format * fix: PR comments
* chore: move connection highlighting into the geras renderer * chore: remove IConnectionHighlighter interface * chore: format * chore: fixup * chore: format * fix: PR comments
The basics
The details
Resolves
Work on #7204
Proposed Changes
Adds logic to geras and thrasos to highlight their connections.
Added logic to the base renderer to support code reuse.
Removed the interface since I added the logic to the base renderer.
Reason for Changes
Needed to move highlighting logic to the renderer so it can differ on a renderer-by-renderer-basis.
Test Coverage
Tested that connections in thrasos and geras are still properly highlighted.
Documentation
N/A
Additional Information
N/A