Skip to content

Fixing type

Fixing type #236

Triggered via push September 1, 2023 11:08
Status Failure
Total duration 1m 10s
Artifacts

typechecking.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typescript: packages/main/src/IntentResolver.ts#L5
Cannot find module '@finos/fdc3' or its corresponding type declarations.
typescript: packages/main/src/handlers/fdc3/2.0/channels.ts#L2
Cannot find module '/@/types/Channel' or its corresponding type declarations.
typescript: packages/main/src/handlers/fdc3/2.0/raiseIntent.ts#L1
'raiseIntent.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
typescript: packages/main/src/handlers/fdc3/lib/channels.ts#L8
Cannot find module '/@/types/Channel' or its corresponding type declarations.
typescript: packages/main/src/handlers/fdc3/lib/channels.ts#L117
Property 'owner' does not exist on type 'ChannelData'.
typescript: packages/main/src/handlers/fdc3/lib/resolveIntent.ts#L79
Cannot find name 'IntentMetadata'.
typescript: packages/main/src/handlers/fdc3/lib/systemChannels.ts#L5
Cannot find module '/@/types/Channel' or its corresponding type declarations.
typescript: packages/main/src/types/Listener.ts#L4
Cannot find module '@finos/fdc3' or its corresponding type declarations.
typescript: packages/main/src/types/Pending.ts#L1
Cannot find module '@finos/fdc3' or its corresponding type declarations.
typescript: packages/main/src/types/SessionState.ts#L2
Cannot find module './Channel' or its corresponding type declarations.