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

@@ -7,9 +7,9 @@ import fs from 'node:fs/promises';
import pLimit from 'p-limit';
import path from 'node:path';
import { MONTH } from '../util/durations/index.std.js';
import { isOlderThan } from '../util/timestamp.std.js';
import { DELETED_REGEXP, type DeletedMatch } from './constants.std.js';
import { MONTH } from '../util/durations/index.std.ts';
import { isOlderThan } from '../util/timestamp.std.ts';
import { DELETED_REGEXP, type DeletedMatch } from './constants.std.ts';
const ROOT_DIR = path.join(__dirname, '..', '..');
const MESSAGES_FILE = path.join(ROOT_DIR, '_locales', 'en', 'messages.json');