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

Add a note regarding importsNotUsedAsValues to docs #29

Closed
freshgum-bubbles opened this issue Jun 27, 2023 · 1 comment · Fixed by #19
Closed

Add a note regarding importsNotUsedAsValues to docs #29

freshgum-bubbles opened this issue Jun 27, 2023 · 1 comment · Fixed by #19

Comments

@freshgum-bubbles
Copy link
Owner

The TypeScript compiler can be told to remove imports from which
values aren't used. Ultimately, this is harmful to consumers of TypeDI,
as any @Service calls need to run to be read by the container.

Therefore, a warning should be added to the documentation.

Ref: typestack/typedi#778

@github-actions
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant