mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user