mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
import type { AnswerMessage, CallingMessage } from '@signalapp/ringrtc';
|
||||
import { CallMessageUrgency } from '@signalapp/ringrtc';
|
||||
import { SignalService as Proto } from '../protobuf/index.std.js';
|
||||
import { createLogger } from '../logging/log.std.js';
|
||||
import { toLogFormat } from '../types/errors.std.js';
|
||||
import { missingCaseError } from './missingCaseError.std.js';
|
||||
import { SignalService as Proto } from '../protobuf/index.std.ts';
|
||||
import { createLogger } from '../logging/log.std.ts';
|
||||
import { toLogFormat } from '../types/errors.std.ts';
|
||||
import { missingCaseError } from './missingCaseError.std.ts';
|
||||
|
||||
const log = createLogger('callingMessageToProto');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user