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
build: docs incorrectly outputting function parameters with object literal type (#29471)
We were extracting the type of a function parameter by splitting on `:` and taking the second item. The problem is that if the type is an object literal, it'll have more than one colon in its text.
These changes fix the issue by only looking for the first colon and extracting the name based on it.
(cherry picked from commit 315ebf1)
0 commit comments