Add misskey-js into main repo #24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issues #12 and #13 rely on new things in
misskey-js
that are not part of a release yet. There's also the issue of redundant type definitions in the component code as well that should all be consolidated.There is the option to just fork misskey.js into a separate repo, but this does mean having to cut new releases whenever we need to add in a new type definition or feature that relies on that library.
Instead, having it inside this repo will allow these changes to be done faster. This will require restructuring the FoundKey repo into a monorepo configuration. One way is by using Yarn Workspaces.
Having a monorepo will also be benenficial if we want to bring in
mfm-js
as well, though there isn't consensus yet about whether it'll continue to be used or if marked-mfm will be used instead.For reference, the content of this Misskey issue might also be interesting: https://github.com/misskey-dev/misskey/issues/8168