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
And I see the following output in the task runner:
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,25): error TS1005: ';' expected.
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,25): error TS7027: Unreachable code detected.
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,21): error TS2339: Property '_ht' does not exist on type
'ApiService'.
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,25): error TS2304: Cannot find name 'tp'.
But nothing happens in Visual Studio. Should I be expecting that having run webpack in the task runner that these lines in the console are clickable? Or should I expect that these lines appear in the error window automatically and I can click on them there? Neither of those things are happening.
Thanks!
The text was updated successfully, but these errors were encountered:
I have the following config:
And I see the following output in the task runner:
But nothing happens in Visual Studio. Should I be expecting that having run webpack in the task runner that these lines in the console are clickable? Or should I expect that these lines appear in the error window automatically and I can click on them there? Neither of those things are happening.
Thanks!
The text was updated successfully, but these errors were encountered: