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
Error linting: /home/software/smartshell-sdk/src/graphql/mutation/login.ts
Expected ';', got ',' at file:///home/software/smartshell-sdk/src/graphql/mutation/login.ts:31:33
export default module<QueryInput, QueryResponse> as ShellSdkModule
~
Error linting: /home/software/smartshell-sdk/src/graphql/query/userClubs.ts
Expected ';', got ',' at file:///home/software/smartshell-sdk/src/graphql/query/userClubs.ts:39:33
export default module<QueryInput, QueryResponse[]> as ShellSdkModule
for some reason it expects comma be a semicolon
also affects jsr linter
The text was updated successfully, but these errors were encountered:
dsherret
changed the title
deno lint - cant parse default export function with generics
Can't parse default export expression containing "as assertion" with ts instantiation
Mar 28, 2024
Version: Deno 1.41.2
Deno can not lint this code
for some reason it expects comma be a semicolon
also affects jsr linter
The text was updated successfully, but these errors were encountered: