mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -7,12 +7,12 @@ import {
|
||||
CHAT_FOLDER_DELETED_POSITION,
|
||||
ChatFolderType,
|
||||
ALL_CHATS_FOLDER_REQUIRED_PARAMS,
|
||||
} from '../../types/ChatFolder.std.js';
|
||||
import type { ReadableDB, WritableDB } from '../Interface.std.js';
|
||||
import { sql } from '../util.std.js';
|
||||
import { strictAssert } from '../../util/assert.std.js';
|
||||
import type { CurrentChatFolder } from '../../types/CurrentChatFolders.std.js';
|
||||
import { isCurrentChatFolder } from '../../types/CurrentChatFolders.std.js';
|
||||
} from '../../types/ChatFolder.std.ts';
|
||||
import type { ReadableDB, WritableDB } from '../Interface.std.ts';
|
||||
import { sql } from '../util.std.ts';
|
||||
import { strictAssert } from '../../util/assert.std.ts';
|
||||
import type { CurrentChatFolder } from '../../types/CurrentChatFolders.std.ts';
|
||||
import { isCurrentChatFolder } from '../../types/CurrentChatFolders.std.ts';
|
||||
|
||||
export type ChatFolderRow = Readonly<
|
||||
Omit<
|
||||
|
||||
Reference in New Issue
Block a user