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
Currently, dikitgen expects that Injectable.Dependency is declared as a struct.
Structs can have computed properties and methods, but the type elements are not related to declaring dependencies. I think Injectable.Dependencyshould focus on expressing dependencies, and the other works should be done by other components.
To encourage developers to focus on defining dependencies, I'm planning to convert Injectable.Dependency to tuple type.
The text was updated successfully, but these errors were encountered:
Currently,
dikitgen
expects thatInjectable.Dependency
is declared as a struct.Structs can have computed properties and methods, but the type elements are not related to declaring dependencies. I think
Injectable.Dependency
should focus on expressing dependencies, and the other works should be done by other components.To encourage developers to focus on defining dependencies, I'm planning to convert
Injectable.Dependency
to tuple type.The text was updated successfully, but these errors were encountered: