mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import * as Bytes from '../Bytes.std.js';
|
||||
import * as Bytes from '../Bytes.std.ts';
|
||||
|
||||
import { SignalService as Proto } from '../protobuf/index.std.js';
|
||||
import { fromServiceIdBinaryOrString } from './ServiceId.node.js';
|
||||
import { SignalService as Proto } from '../protobuf/index.std.ts';
|
||||
import { fromServiceIdBinaryOrString } from './ServiceId.node.ts';
|
||||
|
||||
import PinnedConversation = Proto.AccountRecord.PinnedConversation.Params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user