You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIRelates to the public API for TypeScriptExternalRelates to another program, environment, or user action which we cannot control.QuestionAn issue which isn't directly actionable in code
I'm vaguely familiar with the issue, but my understanding is that tslint doesn't do cross-module checking, which means that you won't have full semantic information about your program.
@weswigham is familiar with this issue. As a heads up these questions are probably more appropriate on the tslint repo itself.
(Also, you shouldn't need to assert any type to any for our API.)
DanielRosenwasser
added
External
Relates to another program, environment, or user action which we cannot control.
Question
An issue which isn't directly actionable in code
API
Relates to the public API for TypeScript
labels
Dec 28, 2015
@DanielRosenwasser is correct about lacking full semantic information about the program to be able to write this rule right now. @jkillian explains more here
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
APIRelates to the public API for TypeScriptExternalRelates to another program, environment, or user action which we cannot control.QuestionAn issue which isn't directly actionable in code
foo.ts
bar.ts
I've tried write some code, but I don't understand how works typescript typechecker
It works for local async functions, but for imported functions I have a ts error:
The text was updated successfully, but these errors were encountered: