mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -7,13 +7,13 @@ import { v4 as generateUuid } from 'uuid';
|
||||
import {
|
||||
processDataMessage,
|
||||
ATTACHMENT_MAX,
|
||||
} from '../textsecure/processDataMessage.preload.js';
|
||||
} from '../textsecure/processDataMessage.preload.ts';
|
||||
import type { ProcessedAttachment } from '../textsecure/Types.d.ts';
|
||||
import { SignalService as Proto } from '../protobuf/index.std.js';
|
||||
import { IMAGE_GIF, IMAGE_JPEG, LONG_MESSAGE } from '../types/MIME.std.js';
|
||||
import { generateAci } from '../types/ServiceId.std.js';
|
||||
import { toAciObject } from '../util/ServiceId.node.js';
|
||||
import { uuidToBytes } from '../util/uuidToBytes.std.js';
|
||||
import { SignalService as Proto } from '../protobuf/index.std.ts';
|
||||
import { IMAGE_GIF, IMAGE_JPEG, LONG_MESSAGE } from '../types/MIME.std.ts';
|
||||
import { generateAci } from '../types/ServiceId.std.ts';
|
||||
import { toAciObject } from '../util/ServiceId.node.ts';
|
||||
import { uuidToBytes } from '../util/uuidToBytes.std.ts';
|
||||
|
||||
const ACI_1 = generateAci();
|
||||
const ACI_BINARY_1 = toAciObject(ACI_1).getRawUuidBytes();
|
||||
|
||||
Reference in New Issue
Block a user