-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: aws/jsii-compiler
base: v5.7.7
head repository: aws/jsii-compiler
compare: main
- 11 commits
- 7 files changed
- 4 contributors
Commits on Mar 4, 2025
-
chore(deps): upgrade dependencies (#1821)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13643099026 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 270e9b4 - Browse repository at this point
Copy the full SHA 270e9b4View commit details
Commits on Mar 5, 2025
-
chore(deps): upgrade dependencies (#1825)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13665435761 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for f44080e - Browse repository at this point
Copy the full SHA f44080eView commit details -
fix: failure on anonymous class with a method (#1824)
`jsii` used to fail when trying to generate deprecation warnings and given a statement like this: ```ts export function propertyInjectionDecorator<T extends Constructor>(ctr: T) { // Important for the bug: the anonymous class extends something, *and* // declares a method. return class extends ctr { public someMethod(): string { return 'abc'; } }; } ``` The reason is that during generation of deprecation warnings we iterate over all classes and methods (both exported and unexported), and generate a symbol identifier for every method; but this class is anonymous so it doesn't have a symbol, and generating the identifier fails with the error: ``` TypeError: Cannot read properties of undefined (reading 'flags') at symbolIdentifier (.../jsii/lib/common/symbol-id.js:40:17) ``` Handle this by handling the case where we don't have a symbol and returning `undefined`. Fixes aws/aws-cdk#33213 --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 --------- Co-authored-by: Eli Polonsky <Eli.polonsky@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dbd4506 - Browse repository at this point
Copy the full SHA dbd4506View commit details
Commits on Mar 6, 2025
-
chore(deps): upgrade dependencies (#1829)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13688100526 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for d1ab648 - Browse repository at this point
Copy the full SHA d1ab648View commit details
Commits on Mar 7, 2025
-
chore(deps): upgrade dependencies (#1832)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13710719874 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for b5b7e72 - Browse repository at this point
Copy the full SHA b5b7e72View commit details
Commits on Mar 8, 2025
-
chore(deps): upgrade dependencies (#1835)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13731557016 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3059fe1 - Browse repository at this point
Copy the full SHA 3059fe1View commit details
Commits on Mar 9, 2025
-
chore(deps): upgrade dependencies (#1839)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13742718161 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2bc6834 - Browse repository at this point
Copy the full SHA 2bc6834View commit details
Commits on Mar 10, 2025
-
chore(deps): upgrade dependencies (#1842)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13753889045 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 318fee4 - Browse repository at this point
Copy the full SHA 318fee4View commit details
Commits on Mar 11, 2025
-
chore(deps): upgrade dependencies (#1847)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13777301888 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c9974f - Browse repository at this point
Copy the full SHA 4c9974fView commit details
Commits on Mar 12, 2025
-
chore(deps): upgrade dependencies (#1850)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13800663554 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for bcac456 - Browse repository at this point
Copy the full SHA bcac456View commit details
Commits on Mar 13, 2025
-
chore(deps): upgrade dependencies (#1855)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/13823960278 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a8668f - Browse repository at this point
Copy the full SHA 8a8668fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.7.7...main