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

feat: internal accessibility #390

Merged
merged 4 commits into from
Mar 19, 2019
Merged

feat: internal accessibility #390

merged 4 commits into from
Mar 19, 2019

Commits on Mar 18, 2019

  1. feat: strip @internal

    strips classes, interfaces, enums or members that have an "@internal"
    jsdoc tag both from the jsii assembly manifest and .d.ts
    
    fixes #388
    Elad Ben-Israel committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    85f50f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. update jsii-reflect expectations

    Elad Ben-Israel committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ba79e42 View commit details
    Browse the repository at this point in the history
  2. require that @internal members will have an underscore prefix + erase…

    … hidden interfaces
    Elad Ben-Israel committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    f974ffe View commit details
    Browse the repository at this point in the history
  3. more negative tests for @internal/underscore coupling

    Elad Ben-Israel committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    cc2451d View commit details
    Browse the repository at this point in the history