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

Implement handling of complex modules (modules as a directory) #53

Open
ldelelis opened this issue Sep 24, 2019 · 2 comments
Open

Implement handling of complex modules (modules as a directory) #53

ldelelis opened this issue Sep 24, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request module Sub-label to use along with others

Comments

@ldelelis
Copy link
Member

This would help decoupling certain logic from the kernel's code, while keeping module files uncluttered. See for example: server_stats module

@ldelelis ldelelis self-assigned this Sep 24, 2019
@ldelelis ldelelis added enhancement New feature or request module Sub-label to use along with others labels Sep 24, 2019
@ldelelis
Copy link
Member Author

Apparently, this is already possible, due to how module specification works in Javascript. All that's needed is that the module's directory contains an importable index.ts file. Should we document this somehow?

@ldelelis
Copy link
Member Author

ldelelis commented Oct 4, 2019

Documentation to be implemented by #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module Sub-label to use along with others
Projects
None yet
Development

No branches or pull requests

1 participant