Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 16, 2025

  1. fix: Symbol.asyncDispose is not defined on the current JavaScript pla…

    …tform (#376)
    
    We have a polyfill file that should be imported before
    `Symbol.asyncDispose` is used anywhere. The polyfill file is imported in
    the entry point of `@aws-cdk/toolkit-lib`, but we can't guarantee that
    all imports go through the entry point.
    
    Instead, import the polyfill in every file where `Symbol.asyncDispose`
    is used.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    rix0rrr authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    6b421db View commit details
    Browse the repository at this point in the history
  2. chore: @aws-cdk/toolkit-lib is now a part of the toolkit packages (#…

    …380)
    
    Until we sort out #364 properly,
    lets at least do this so that toolkit changes trigger a CLI release.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    iliapolo authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    af41cf7 View commit details
    Browse the repository at this point in the history
Loading