-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
tsserverlibrary.d.ts contains implicitAny error #33894
Labels
Bug
A bug in TypeScript
Milestone
Comments
On second thought this is probably not a problem with |
Related to #33877 |
Nice catch @ajafff |
1 task
eladb
pushed a commit
to aws/jsii
that referenced
this issue
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 [bug]: microsoft/TypeScript#33894
mergify bot
pushed a commit
to aws/jsii
that referenced
this issue
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 [bug]: microsoft/TypeScript#33894
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeScript Version: v3.7.0-dev.20191009
Search Terms:
Code
Expected behavior:
No error
Actual behavior:
The text was updated successfully, but these errors were encountered: