-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add check for any in BE #133
Comments
noImplicitAny doesn't feel it - you still can do something like this: let a: any foo(a) |
littlewhywhat
added a commit
that referenced
this issue
Mar 31, 2020
littlewhywhat
added a commit
that referenced
this issue
Mar 31, 2020
and the issue originated from here #113 (comment) where in express.Request - body is mentioned as any... so this case will have to be caught in review I guess |
littlewhywhat
added a commit
that referenced
this issue
Apr 26, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 26, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 26, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 26, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 26, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 29, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 29, 2020
littlewhywhat
added a commit
that referenced
this issue
Apr 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now there is no error if we give 'any' as a parameter to the type-safe function.
One of possible options:
https://stackoverflow.com/a/32228674
The text was updated successfully, but these errors were encountered: