mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Faster incremental builds
This commit is contained in:
@@ -12,10 +12,8 @@ import { getDownloadsPath, getPath } from '../windows/main/attachments.js';
|
||||
|
||||
import { IMAGE_JPEG, LONG_MESSAGE } from '../types/MIME.js';
|
||||
import type { MessageAttributesType } from '../model-types.js';
|
||||
import {
|
||||
type AttachmentType,
|
||||
deleteAllAttachmentFilesOnDisk,
|
||||
} from '../types/Attachment.js';
|
||||
import type { AttachmentType } from '../types/Attachment.js';
|
||||
import { deleteAllAttachmentFilesOnDisk } from '../util/Attachment.js';
|
||||
import { strictAssert } from '../util/assert.js';
|
||||
|
||||
const { emptyDir, ensureFile } = fsExtra;
|
||||
|
||||
Reference in New Issue
Block a user