Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jsii-diff): catch exception if type disappeared from other assemb…
…ly (#504) Make jsii-diff not crash in the following case: - Assembly A depends on Assembly B, and they both update simultaneously. - Assembly A' uses a return type T' freshly introduced in Assembly B'. When doing the supertype check, the compatibility check of A -> A', the lookup of T' inside B would lead to an exception, which would crash the tool.
- Loading branch information