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: error TS2339: Property 'VISUALIZE' does not exist on type 'typeof TargetLanguage' (backport #1293) #1309

Merged
merged 1 commit into from
May 6, 2024

Conversation

aws-cdk-automation
Copy link
Contributor

Backport

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

Questions ?

Please refer to the Backport tool documentation

…f TargetLanguage' (#1293)

We are using the `@internal` directive to instruct typescript compiler
to drop some statements during compilation.
This may cause the compiler to emit invalid declarations if we are not
careful.
To guarantee that our declarations are valid, we do an additional run of
tsc on the output.

---

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 cb8d1d2)
@mrgrain mrgrain disabled auto-merge May 6, 2024 08:51
@mrgrain mrgrain changed the title fix: error TS2339: Property 'VISUALIZE' does not exist on type 'typeof TargetLanguage' (backport #1293) fix: error TS2339: Property 'VISUALIZE' does not exist on type 'typeof TargetLangua' (backport #1293) May 6, 2024
@mrgrain mrgrain changed the title fix: error TS2339: Property 'VISUALIZE' does not exist on type 'typeof TargetLangua' (backport #1293) fix: error TS2339: Property 'VISUALIZE' does not exist on type 'typeof TargetLanguage' (backport #1293) May 6, 2024
@mrgrain mrgrain added this pull request to the merge queue May 6, 2024
Merged via the queue into maintenance/v5.2 with commit 8f0a8f8 May 6, 2024
16 of 18 checks passed
@mrgrain mrgrain deleted the backport/maintenance/v5.2/pr-1293 branch May 6, 2024 08: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.

2 participants