-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jsii): Propagate stability to members (#522)
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.
- Loading branch information
1 parent
28241cd
commit 20507e6
Showing
323 changed files
with
8,553 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.