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

JS: Add support for dependency injection in Nest #18623

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Jan 29, 2025

Adds support for dependency injection in NestJS.

There are other dependency injection libraries out there and we'll likely want to factor out some of this to a general DI support library. But for now just focusing on NestJS support.

@github-actions github-actions bot added the JS label Jan 29, 2025
@asgerf asgerf marked this pull request as ready for review January 30, 2025 19:33
@Copilot Copilot bot review requested due to automatic review settings January 30, 2025 19:33
@asgerf asgerf requested a review from a team as a code owner January 30, 2025 19:33

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

Copy link
Collaborator

@adityasharad adityasharad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable from my understanding of the libraries! Does DCA show any new results?

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

Successfully merging this pull request may close these issues.

2 participants