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

Allow for Addons to export part of themselves to other addons #119

Open
zelcion opened this issue Jan 13, 2024 · 0 comments
Open

Allow for Addons to export part of themselves to other addons #119

zelcion opened this issue Jan 13, 2024 · 0 comments
Labels
New Feature Development of something new Suggestion Feature or improvement suggestions

Comments

@zelcion
Copy link
Member

zelcion commented Jan 13, 2024

Description

Some libraries are made to work together with other libraries, such as Express and Socket.io. Currently, MSYS has a completely isolated workspace for every added Addon, meaning no Addon can directly affect other Addons.

Solving Suggestion

We could create another Broker action that allows for Addons to export values, classes, and functions, and another action that enables their retrieval.

@zelcion zelcion added New Feature Development of something new Suggestion Feature or improvement suggestions labels Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature Development of something new Suggestion Feature or improvement suggestions
Projects
Status: Backlog
Development

No branches or pull requests

1 participant