Bundle everything with rolldown

This commit is contained in:
Fedor Indutny
2026-03-30 11:54:59 -07:00
committed by GitHub
parent e158261fea
commit bb111a3107
2317 changed files with 22723 additions and 63514 deletions

View File

@@ -3,10 +3,10 @@
import { assert } from 'chai';
import lodash from 'lodash';
import { generateAci } from '../types/ServiceId.std.js';
import { generateAci } from '../types/ServiceId.std.ts';
import { signalservice as Proto } from '../protobuf/compiled.std.js';
import { processSent } from '../textsecure/processSyncMessage.node.js';
import { processSent } from '../textsecure/processSyncMessage.node.ts';
const { omit } = lodash;