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
Describe the bug
Functions where the 1st parameter is optional are getting generated as a parameterless function and a function with optional parameters.
This should be fixed
Expected behavior
There should be no double declated functions when the 1st Parameter is already optional.
Prime examples for that are: Arrary.ts concat() Array.ts join()
Additional context
This is an issue in the Backend-Parser
There are some more Methods/Functions which are like that, but it needs to be fixed only once.