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

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