|
| 1 | + |
| 2 | + |
| 3 | +> tsc -p tsconfig.build.json |
| 4 | + |
| 5 | +src/sagas/appConnection/connection.selectors.test.ts(13,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 6 | +src/sagas/communities/communities.adapter.ts(1,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 7 | +src/sagas/communities/communities.selectors.test.ts(11,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 8 | +src/sagas/communities/communities.slice.ts(13,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 9 | +src/sagas/communities/communities.types.ts(1,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 10 | +src/sagas/communities/createNetwork/createNetwork.saga.test.ts(14,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 11 | +src/sagas/communities/createNetwork/createNetwork.saga.ts(10,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 12 | +src/sagas/communities/launchCommunity/launchCommunity.saga.test.ts(85,9): error TS2578: Unused '@ts-expect-error' directive. |
| 13 | +src/sagas/communities/launchCommunity/launchCommunity.saga.test.ts(148,9): error TS2578: Unused '@ts-expect-error' directive. |
| 14 | +src/sagas/communities/responseCreateNetwork/responseCreateNetwork.saga.test.ts(13,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 15 | +src/sagas/communities/updateCommunity/updateCommunity.saga.test.ts(9,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 16 | +src/sagas/errors/errors.selectors.test.ts(9,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 17 | +src/sagas/errors/handleErrors/handleErrors.saga.test.ts(10,25): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 18 | +src/sagas/files/autoDownloadFiles/autoDownloadFiles.saga.test.ts(22,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 19 | +src/sagas/files/broadcastHostedFile/broadcastHostedFile.saga.test.ts(19,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 20 | +src/sagas/files/cancelDownload/cancelDownload.saga.test.ts(16,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 21 | +src/sagas/files/downloadFile/downloadFileSaga.test.ts(18,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 22 | +src/sagas/files/resetTransferSpeed/resetTransferSpeed.saga.test.ts(17,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 23 | +src/sagas/files/updateMessageMedia/updateMessageMedia.test.ts(17,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 24 | +src/sagas/files/uploadFile/uploadFile.saga.test.ts(25,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 25 | +src/sagas/messages/checkForMessages/checkForMessages.saga.test.ts(15,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 26 | +src/sagas/messages/incomingMessages/incomingMessages.saga.test.ts(22,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 27 | +src/sagas/messages/manageCache/extendChannelCache.saga.test.ts(22,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 28 | +src/sagas/messages/manageCache/resetChannelCache.saga.test.ts(21,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 29 | +src/sagas/messages/messages.selectors.test.ts(11,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 30 | +src/sagas/messages/sendDeletionMessage/sendDeletionMessage.saga.test.ts(16,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 31 | +src/sagas/messages/sendMessage/sendMessage.saga.test.ts(28,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 32 | +src/sagas/publicChannels/channelDeletionResponse/channelDeletionResponse.saga.test.ts(16,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 33 | +src/sagas/publicChannels/channelsReplicated/channelsReplicated.saga.test.ts(17,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 34 | +src/sagas/publicChannels/createGeneralChannel/createGeneralChannel.saga.test.ts(15,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 35 | +src/sagas/publicChannels/createGeneralChannel/sendInitialChannelMessage.saga.test.ts(17,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 36 | +src/sagas/publicChannels/deleteChannel/deleteChannel.saga.test.ts(20,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 37 | +src/sagas/publicChannels/markUnreadChannels/markUnreadChannels.saga.test.ts(3,22): error TS2724: '"../../.."' has no exported member named 'Community'. Did you mean 'CommunityId'? |
| 38 | +src/sagas/publicChannels/publicChannels.selectors.test.ts(25,27): error TS2307: Cannot find module '@quiet/types' or its corresponding type declarations. |
| 39 | +src/sagas/publicChannels/updateNewestMessage/updateNewestMessage.saga.test.ts(3,22): error TS2724: '"../../.."' has no exported member named 'Community'. Did you mean 'CommunityId'? |
| 40 | +src/sagas/users/users.selectors.test.ts(7,3): error TS2459: Module '"../communities/communities.slice"' declares 'Community' locally, but it is not exported. |
| 41 | +src/sagas/users/users.slice.test.ts(3,48): error TS2459: Module '"../communities/communities.slice"' declares 'Community' locally, but it is not exported. |
| 42 | +src/types.ts(18,10): error TS2459: Module '"./sagas/communities/communities.slice"' declares 'Community' locally, but it is not exported. |
0 commit comments