mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 15:23:36 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
import { Transform } from 'node:stream';
|
||||
import type { Readable } from 'node:stream';
|
||||
|
||||
import * as Bytes from '../Bytes.std.js';
|
||||
import { clearTimeoutIfNecessary } from './clearTimeoutIfNecessary.std.js';
|
||||
import { explodePromise } from './explodePromise.std.js';
|
||||
import * as Bytes from '../Bytes.std.ts';
|
||||
import { clearTimeoutIfNecessary } from './clearTimeoutIfNecessary.std.ts';
|
||||
import { explodePromise } from './explodePromise.std.ts';
|
||||
|
||||
export type OptionsType = Readonly<{
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user