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(jsii): Propagate stability to members #522

Merged
merged 1 commit into from
Jun 6, 2019

Commits on Jun 6, 2019

  1. feat(jsii): Propagate stability to members

    The JSII compiler now propagates an entity's own stability to it's
    members that are not decorated with an explicit stability. Un-annotated
    types get the stability of the assembly, un-annotated type members
    (methods, properties, constructors, ...) get the stability of their
    declaring type.
    
    Note: Overridden members do not derogate! It is the responsibility of
          the overriding entity to ensure an appropriate stability is used.
    RomainMuller committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    9a7c003 View commit details
    Browse the repository at this point in the history