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
Expected behavior:
For tsc to interpret android.content.Context as an absolute path and as such look to the declare module android and find the exported class Context.
Actual behavior:
tsc interprets android.content.Context as a relative path, looks in the namespace com.google.android rather than android., can't find content.Context and throws an error.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.0.10
Code
Expected behavior:
For tsc to interpret
android.content.Context
as an absolute path and as such look to the declare module android and find the exported class Context.Actual behavior:
tsc interprets
android.content.Context
as a relative path, looks in the namespacecom.google.android
rather thanandroid.
, can't findcontent.Context
and throws an error.The text was updated successfully, but these errors were encountered: