Re-added Private Channel code #238
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/raiseIntent.ts#L228
Property 'key' does not exist on type 'SailTargetIdentifier'.
|
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.
|