Faster incremental builds

This commit is contained in:
Fedor Indutny
2025-10-06 12:23:41 -07:00
committed by GitHub
parent 7ab12f3d7a
commit 780f39c285
130 changed files with 1479 additions and 1450 deletions

View File

@@ -6,14 +6,14 @@ import type { ReadonlyDeep } from 'type-fest';
import type { RawBodyRange } from '../types/BodyRange.js';
import type { ReadonlyMessageAttributesType } from '../model-types.d.ts';
import type { ICUStringMessageParamsByKeyType } from '../types/Util.js';
import * as Attachment from '../types/Attachment.js';
import * as Attachment from './Attachment.js';
import * as EmbeddedContact from '../types/EmbeddedContact.js';
import * as GroupChange from '../groupChange.js';
import * as MIME from '../types/MIME.js';
import * as Stickers from '../types/Stickers.js';
import * as expirationTimer from './expirationTimer.js';
import { createLogger } from '../logging/log.js';
import { GiftBadgeStates } from '../components/conversation/Message.js';
import { GiftBadgeStates } from '../types/GiftBadgeStates.js';
import { dropNull } from './dropNull.js';
import { getCallHistorySelector } from '../state/selectors/callHistory.js';
import { getCallSelector, getActiveCall } from '../state/selectors/calling.js';