Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jsii): better usage reporting of private types #247

Merged
merged 2 commits into from
Sep 27, 2018

Commits on Sep 26, 2018

  1. fix(jsii): better usage reporting of private types

    Anonymous types that are deduced by TypeScript get reported as:
    
        Cannot use private type __object in exported declarations
    
    But the usage location would not be reported, because the field
    'valueDeclaration' of the Symbol would be empty. Looking into the
    .declarations member does give a declaration in that case, so
    we now use that as a fallback so we can show exactly where that
    type is referenced.
    Rico Huijbers committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    9af3a55 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Merge remote-tracking branch 'origin/master' into huijbers/better-err…

    …or-localization
    Rico Huijbers committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    83145d4 View commit details
    Browse the repository at this point in the history