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,12 +7,12 @@ import path from 'node:path';
import ts from 'typescript';
import prettier from 'prettier';
import { getICUMessageParams } from '../util/getICUMessageParams.std.js';
import type { ICUMessageParamType } from '../util/getICUMessageParams.std.js';
import { missingCaseError } from '../util/missingCaseError.std.js';
import { getICUMessageParams } from '../util/getICUMessageParams.std.ts';
import type { ICUMessageParamType } from '../util/getICUMessageParams.std.ts';
import { missingCaseError } from '../util/missingCaseError.std.ts';
import globalMessages from '../../_locales/en/messages.json';
import { DELETED_REGEXP } from './constants.std.js';
import { DELETED_REGEXP } from './constants.std.ts';
function translateParamType(
param: ICUMessageParamType,