mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 22:31:31 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -6,20 +6,20 @@ import * as sinon from 'sinon';
|
||||
import lodash from 'lodash';
|
||||
import { v4 as generateUuid } from 'uuid';
|
||||
|
||||
import type { ReduxActions } from '../../../state/types.std.js';
|
||||
import type { ReduxActions } from '../../../state/types.std.ts';
|
||||
import {
|
||||
actions,
|
||||
getComposerStateForConversation,
|
||||
getEmptyState,
|
||||
reducer,
|
||||
} from '../../../state/ducks/composer.preload.js';
|
||||
import { noopAction } from '../../../state/ducks/noop.std.js';
|
||||
import { reducer as rootReducer } from '../../../state/reducer.preload.js';
|
||||
} from '../../../state/ducks/composer.preload.ts';
|
||||
import { noopAction } from '../../../state/ducks/noop.std.ts';
|
||||
import { reducer as rootReducer } from '../../../state/reducer.preload.ts';
|
||||
|
||||
import { IMAGE_JPEG } from '../../../types/MIME.std.js';
|
||||
import type { AttachmentDraftType } from '../../../types/Attachment.std.js';
|
||||
import { fakeDraftAttachment } from '../../../test-helpers/fakeAttachment.std.js';
|
||||
import { NavTab } from '../../../types/Nav.std.js';
|
||||
import { IMAGE_JPEG } from '../../../types/MIME.std.ts';
|
||||
import type { AttachmentDraftType } from '../../../types/Attachment.std.ts';
|
||||
import { fakeDraftAttachment } from '../../../test-helpers/fakeAttachment.std.ts';
|
||||
import { NavTab } from '../../../types/Nav.std.ts';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user