Replies: 2 comments 1 reply
-
Hi i want to help you |
Beta Was this translation helpful? Give feedback.
1 reply
-
Implemented in #69 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe it.
Sometimes it is useful to have constructor parameters which have a default value for the sake of mocking out libraries.
Describe the solution you'd like.
Describe alternatives you've considered.
You could force everything to go through a token, but for injecting a whole library this feels strange and would rely on either:
import('some-library')
types which can be strange, especially in this transitional period between CJS and ESM.Any additional context you'd like to provide?
No response
Beta Was this translation helpful? Give feedback.
All reactions