Bundle everything with rolldown

This commit is contained in:
Fedor Indutny
2026-03-30 12:42:37 -07:00
committed by GitHub
parent 8c06ad52ab
commit a27f0ad3e1
2317 changed files with 22723 additions and 63514 deletions

View File

@@ -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;