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: filter out docs private members from interfaces (#22831)
Fixes that docs private members weren't being filtered out from interfaces.
Also moves the code around slightly so that we don't mutate the data inside `Array.filter` since the expectation is that the filter function is pure.
Fixes#20327.
0 commit comments