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-reflect now renders union candidates sorted #4005

Merged
merged 2 commits into from
Mar 14, 2023

Commits on Mar 14, 2023

  1. feat: jsii-reflect now renders union candidates sorted

    Sorting union members guarantees a uniform order is always presented,
    making it easier to visually compare assemblies (or pre-process them
    with `jsii-reflect` before using a textual `diff` tool). This also
    effects how `jsii-diff` compares assemblies, removing many false
    positives in breaking change detection.
    RomainMuller committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fc28e90 View commit details
    Browse the repository at this point in the history
  2. fix tests

    RomainMuller committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    827ce50 View commit details
    Browse the repository at this point in the history