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
Which Transloco package(s) will this feature affect?
Transloco
Is your feature request related to a problem? Please describe
When writing functional code, a lot of common functions are used, such as isDefined and others similar ones.
Right now a few of those names are exported from Transloco's helpers, and they tend to be very much liked by vscode which always suggests those first 😅.
Describe the solution you'd like
Any chance they could be their own package so that vscode doesn't "see" them anymore unless you actively want them?
Describe alternatives you've considered
Usually just noticing .filter(isDefined) doesn't work properly because the Transloco one doesn't type-guard and replacing it with the "correct" function 😅
Additional context
No response
I would like to make a pull request for this feature
No
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Which Transloco package(s) will this feature affect?
Transloco
Is your feature request related to a problem? Please describe
When writing functional code, a lot of common functions are used, such as
isDefined
and others similar ones.Right now a few of those names are exported from Transloco's helpers, and they tend to be very much liked by vscode which always suggests those first 😅.
Describe the solution you'd like
Any chance they could be their own package so that vscode doesn't "see" them anymore unless you actively want them?
Describe alternatives you've considered
Additional context
No response
I would like to make a pull request for this feature
No
The text was updated successfully, but these errors were encountered: