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

All Travis builds fail with error TS7033 #206

Closed
NGL321 opened this issue Dec 20, 2019 · 0 comments · Fixed by #207
Closed

All Travis builds fail with error TS7033 #206

NGL321 opened this issue Dec 20, 2019 · 0 comments · Fixed by #207
Assignees
Labels
bug This issue is a bug. in-progress Issue is being actively worked on.

Comments

@NGL321
Copy link
Contributor

NGL321 commented Dec 20, 2019

🐛 Bug Report

What is the problem?

All builds fail on a random typescript example (the first to build) with this error:

node_modules/@aws-cdk/core/lib/stack.d.ts:425:17 - error TS7033: Property 'assetParameters' implicitly has type 'any', because its get accessor lacks a return type annotation.

425     private get assetParameters();
                    ~~~~~~~~~~~~~~~

RELATED TO: cdk#5497

Reproduction Steps

Attempt to build any current example in repo with latest CDK version.

Verbose Log

Environment

  • CDK CLI Version:
  • Example:
  • Example Version:
  • OS:
  • Language:

Other information

@NGL321 NGL321 added the bug This issue is a bug. label Dec 20, 2019
@NGL321 NGL321 self-assigned this Dec 20, 2019
@NGL321 NGL321 added the in-progress Issue is being actively worked on. label Dec 20, 2019
@mergify mergify bot closed this as completed in #207 Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. in-progress Issue is being actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant