Skip to content
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

Expose modules of the lib folder #643

Closed
vincentfretin opened this issue Oct 6, 2022 · 1 comment
Closed

Expose modules of the lib folder #643

vincentfretin opened this issue Oct 6, 2022 · 1 comment

Comments

@vincentfretin
Copy link
Contributor

Transform the package to "type": "module", and expose with the "exports" field the modules of the lib folder to be consumed as a npm dependency. This will allow to reuse all the non ui code with an alternate ui. This will also allow to keep maintaining this code in the long term because it will be used for other use cases.

I'll probably implement the undo feature #21 at one point in one of my project with my own ui, but the logic will be ui agnostic so I can contribute it back if you agree to such a change @dmarcos otherwise it will just stay in my private repo.

Depends on:

@vincentfretin
Copy link
Contributor Author

I'll do that in a community fork or just have a copy of all files in my project for now. Any new features will be implemented in the community fork as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant