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
We've had a few releases where new parameters have been added to our methods. We call them out in a guide but it would be nice if we could decorate these with new/since tags. I don't have any great ideas as to how this could be displayed in the output. It seems like it would add a lot of noise to the parameters section but maybe a subtle icon or tooltip for new parameters could be a solution.
What do you think?
The text was updated successfully, but these errors were encountered:
Using @since tags for parameters is problematic, but I actually think the use of explicit @since tags in general is problematic. A much better approach is to let JSDuck do the comparison of source code from different versions, and produce the since-data automatically. (I think this whole --import feature is severely under-documented).
So, it would be feasible to produce the version data for parameters automatically. But adding this information explicitly feels noisy.
We've had a few releases where new parameters have been added to our methods. We call them out in a guide but it would be nice if we could decorate these with new/since tags. I don't have any great ideas as to how this could be displayed in the output. It seems like it would add a lot of noise to the parameters section but maybe a subtle icon or tooltip for new parameters could be a solution.
What do you think?
The text was updated successfully, but these errors were encountered: