-
Notifications
You must be signed in to change notification settings - Fork 13
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
#509 Implement ELK autolayout support #2
Conversation
- Provide a new `@eclipse-glsp/layout-elk` package that provides the glue code to integrate an ELK Layout Engine into GLSP node servers. - Add example layout engine using elk-layered algorithm to workflow example. Also: - Implement support for async operation handlers by using `MaybePromise`s - Add missing default exports to index.ts (server-node) Contributed on behalf of STMicroelectronics
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.
Thanks @tortmayr!
Changes work great and the code looks good. The only thing i think we should change, is the link in the Changelog. The other comments are only typos that my spell checker found, so great job 🙂
Thanks for the fast review Simon. I addressed the open issues and the PR should now be ready to merge |
@eclipse-glsp/layout-elk
package that provides the glue code to integrate an ELK Layout Engine into GLSP node servers.Also:
MaybePromise
sContributed on behalf of STMicroelectronics