Bundle everything with rolldown

This commit is contained in:
Fedor Indutny
2026-03-30 12:42:37 -07:00
committed by GitHub
parent 8c06ad52ab
commit a27f0ad3e1
2317 changed files with 22723 additions and 63514 deletions

View File

@@ -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;