refactor(core): resolve circular dependencies by LukasBoll · Pull Request #2345 · eclipsesource/jsonforms
Eliminated circular dependencies in the core module and reorganized package structure.
Ref #2321
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @LukasBoll , thanks for the PR ❤️
The changes already look mostly good to me and no more circular dependency warnings are shown :)
Besides two inline comments, I suggest renaming the folder stateToPropsMapper to simply mappers: Not all of the methods are mapping state to props but most of them map either state or dispatch to some kind of props or utility data structure.
Eliminated circular dependencies in the core module and reorganized package structure. Ref eclipsesource#2321
Hi @LukasBoll , thanks for the PR ❤️ The changes already look mostly good to me and no more circular dependency warnings are shown :) Besides two inline comments, I suggest renaming the folder
stateToPropsMapperto simplymappers: Not all of the methods are mapping state to props but most of them map either state or dispatch to some kind of props or utility data structure.
Hi @lucas-koehler,
Thank you for the review! I updated everything according to your suggestions!
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates @LukasBoll ! LGTM now :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters