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): correctly inherit initializer stability #569

Merged
merged 5 commits into from
Jul 1, 2019

Commits on Jul 1, 2019

  1. fix(jsii): correctly inherit initializer stability

    Fix the inheriting of stability tags for the initializer. It used to
    inherit from the package, it now correctly inherits from the class.
    
    Update jsii-reflect with a "load all modules" method (to save time
    in a complex dependency tree) and jsii-tree with options to show
    stabilities.
    Rico Huijbers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    4c9ada9 View commit details
    Browse the repository at this point in the history
  2. Show member staticness

    Rico Huijbers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    addaf66 View commit details
    Browse the repository at this point in the history
  3. Update expectations

    Rico Huijbers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    f162e67 View commit details
    Browse the repository at this point in the history
  4. Stability of method is lowest stability between containing class and …

    …defining item
    Rico Huijbers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    fa2ac1d View commit details
    Browse the repository at this point in the history
  5. Make NPM loading use standard Node resolution mechanism

    Rico Huijbers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    bd826c5 View commit details
    Browse the repository at this point in the history