mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-30 21:30:59 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import type { TargetedConversationChangedActionType } from '../../../state/ducks/conversations.preload.js';
|
||||
import type { TargetedConversationChangedActionType } from '../../../state/ducks/conversations.preload.ts';
|
||||
import {
|
||||
TARGETED_CONVERSATION_CHANGED,
|
||||
actions as conversationsActions,
|
||||
} from '../../../state/ducks/conversations.preload.js';
|
||||
import { noopAction } from '../../../state/ducks/noop.std.js';
|
||||
} from '../../../state/ducks/conversations.preload.ts';
|
||||
import { noopAction } from '../../../state/ducks/noop.std.ts';
|
||||
|
||||
import type { StateType } from '../../../state/reducer.preload.js';
|
||||
import { reducer as rootReducer } from '../../../state/reducer.preload.js';
|
||||
import type { StateType } from '../../../state/reducer.preload.ts';
|
||||
import { reducer as rootReducer } from '../../../state/reducer.preload.ts';
|
||||
import {
|
||||
actions,
|
||||
AudioPlayerContent,
|
||||
} from '../../../state/ducks/audioPlayer.preload.js';
|
||||
import type { VoiceNoteAndConsecutiveForPlayback } from '../../../state/selectors/audioPlayer.preload.js';
|
||||
} from '../../../state/ducks/audioPlayer.preload.ts';
|
||||
import type { VoiceNoteAndConsecutiveForPlayback } from '../../../state/selectors/audioPlayer.preload.ts';
|
||||
|
||||
const { messageDeleted, messageChanged } = conversationsActions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user