Replies: 1 comment 1 reply
-
At first this project use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks !
I just realized that the content of https://github.com/Milkdown/milkdown/tree/main/packages/prose/src/toolkit/prose is more or less a copy of https://github.com/atlassian/prosemirror-utils/tree/master/src which is hard to understand due to several caveats:
prosemirror-utils
it will cost some extra space for nothing as non factorizable code for the same logicprosemirror-utils
is not licensed underMIT
but underApache 2
license which is a little more restrictive and, if I understand well, this is a real issue for Milkdown and its usersFor what I see, the main difference between in Milkdown's implementation is adding a higher order function to split the parameters in two calls as:
Which, IMHO, only adds a layer of complexity / slow down during the DX for no technical gain.
So my question is: Am I wrong or are these caveats real and, if yes, why so much effort considering them?
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions