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

@@ -8,24 +8,24 @@ import {
dequeueOldestSyncTasks,
removeSyncTaskById,
saveSyncTasks,
} from '../../sql/Server.node.js';
} from '../../sql/Server.node.ts';
import type {
WritableDB,
ReadableDB,
MessageType,
} from '../../sql/Interface.std.js';
import { sql, jsonToObject } from '../../sql/util.std.js';
} from '../../sql/Interface.std.ts';
import { sql, jsonToObject } from '../../sql/util.std.ts';
import {
insertData,
updateToVersion,
createDB,
explain,
} from './helpers.node.js';
import { MAX_SYNC_TASK_ATTEMPTS } from '../../util/syncTasks.types.std.js';
import { WEEK } from '../../util/durations/index.std.js';
} from './helpers.node.ts';
import { MAX_SYNC_TASK_ATTEMPTS } from '../../util/syncTasks.types.std.ts';
import { WEEK } from '../../util/durations/index.std.ts';
import type { MessageAttributesType } from '../../model-types.d.ts';
import type { SyncTaskType } from '../../util/syncTasks.preload.js';
import type { SyncTaskType } from '../../util/syncTasks.preload.ts';
// Snapshot before: 1270
export function getMostRecentAddressableMessages(