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

feat(app): allow normalized providers to be exported in modules #425

Merged

Conversation

marcus-sa
Copy link
Contributor

@marcus-sa marcus-sa commented Mar 28, 2023

Summary of changes

Currently, it's only possible to export interface providers using this.addExport(provider) in modules. This aims to try to solve that by allowing NormalizedProviders to be exported directly in createModule.

https://discord.com/channels/759513055117180999/956486106709364776/1089925501113614527

Relinquishment of Rights

Please mark following checkbox to confirm that you relinquish all rights of your changes:

  • I waive and relinquish all rights regarding this changes (including code, text, and images) to Deepkit UG (limited), Germany. This changes (including code, text, and images) are under MIT license without name attribution, copyright notice, and permission notice requirement.

Currently, it's only possible to export interface providers using `this.addExport(provider)` in modules, where `provider` refers to an interface provider.
This aims to try to solve that by allowing `NormalizedProvider`s to be exported.
@marcj marcj added this to the Beta milestone Apr 15, 2023
@marcj marcj merged commit 855a185 into deepkit:master Oct 1, 2023
@marcj
Copy link
Member

marcj commented Oct 1, 2023

Nice, thanks!

marcj added a commit that referenced this pull request Oct 3, 2023
@marcj
Copy link
Member

marcj commented Oct 3, 2023

This wasn't working in master (test was not green and necessary adjustments were not made), so I fixed it in 76ec217

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

Successfully merging this pull request may close these issues.

2 participants