You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: