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

Move helpers to a separate package #787

Open
1 task done
rraziel opened this issue Jul 29, 2024 · 0 comments
Open
1 task done

Move helpers to a separate package #787

rraziel opened this issue Jul 29, 2024 · 0 comments

Comments

@rraziel
Copy link

rraziel commented Jul 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant