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(jsii): unable to depend on modules with private declarations #995

Merged
merged 1 commit into from
Nov 17, 2019

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Nov 17, 2019

Due to a TypeScript bug, it was impossible to write a jsii module that takes a dependency on a module that has private type declarations in their d.ts file since they are untyped by definition.

This temporary fix sets noImplicitAny to false in order to disable this check and enable the dependency use case until we upgrade to the 3.7.x version-line.

Fixes #994


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Due to a TypeScript [bug], it was impossible to write a jsii module
that takes a dependency on a module that has private type declarations
in their d.ts file since they are untyped by definition.

This temporary fix sets `noImplicitAny` to `false` in order to disable
this check and enable the dependency use case until we upgrade to the 3.7.x
version-line.

Fixes #994

[bug]: microsoft/TypeScript#33894
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Nov 17, 2019

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Nov 17, 2019
@mergify mergify bot merged commit 08c4294 into master Nov 17, 2019
@mergify mergify bot deleted the benisrae/fix/remove-no-implicit-any branch November 17, 2019 18:15
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unable to depend on modules with private declarations
3 participants