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

fix: 'TargetLanguage' has no exported member 'VISUALIZE' (backport #1238) #1241

Merged

Conversation

aws-cdk-automation
Copy link
Contributor

Backport

This will backport the following commits from main to maintenance/v5.3:

Questions ?

Please refer to the Backport tool documentation

The signature overwrite for targetName using TargetLanguage.VISUALIZE
causes and error, because the enum value is stripped from the generate
type declarations. We need to also strip the signature overwrite.

I manually checked the output to confirm. Not sure how else to test
this.

---

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

(cherry picked from commit 330b3f1)
@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Apr 26, 2024
Merged via the queue into maintenance/v5.3 with commit f368157 Apr 26, 2024
13 of 15 checks passed
@aws-cdk-automation aws-cdk-automation deleted the backport/maintenance/v5.3/pr-1238 branch April 26, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants