mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { strictAssert } from '../util/assert.std.js';
|
||||
import { strictAssert } from '../util/assert.std.ts';
|
||||
|
||||
import type { ServiceIdString } from './ServiceId.std.js';
|
||||
import { isServiceIdString } from './ServiceId.std.js';
|
||||
import type { AddressStringType } from './Address.std.js';
|
||||
import { Address } from './Address.std.js';
|
||||
import type { ServiceIdString } from './ServiceId.std.ts';
|
||||
import { isServiceIdString } from './ServiceId.std.ts';
|
||||
import type { AddressStringType } from './Address.std.ts';
|
||||
import { Address } from './Address.std.ts';
|
||||
|
||||
type QualifiedAddressMatch = RegExpMatchArray & {
|
||||
1: string;
|
||||
|
||||
Reference in New Issue
Block a user