mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user