mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -5,15 +5,15 @@ import { assert } from 'chai';
|
||||
import lodash from 'lodash';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import type { LastMessageStatus } from '../../model-types.d.ts';
|
||||
import { MINUTE, SECOND } from '../../util/durations/index.std.js';
|
||||
import type { MaybeMessageTimelineItemType } from '../../util/timelineUtil.std.js';
|
||||
import { MINUTE, SECOND } from '../../util/durations/index.std.ts';
|
||||
import type { MaybeMessageTimelineItemType } from '../../util/timelineUtil.std.ts';
|
||||
import {
|
||||
ScrollAnchor,
|
||||
areMessagesInSameGroup,
|
||||
getScrollAnchorBeforeUpdate,
|
||||
shouldCurrentMessageHideMetadata,
|
||||
TimelineMessageLoadingState,
|
||||
} from '../../util/timelineUtil.std.js';
|
||||
} from '../../util/timelineUtil.std.ts';
|
||||
|
||||
const { times } = lodash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user