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
fix(jsii): better usage reporting of private types (#247)
Anonymous types that are deduced by TypeScript get reported as:
Cannot use private type __object in exported declarations
The usage location would not be reported however, because the field
'symbol.valueDeclaration' was empty.
There are locations in 'symbol.declarations' though, so we use
that as a fallback instead, which works.
0 commit comments