mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -5,8 +5,8 @@ import { assert } from 'chai';
|
||||
import { Readable, Writable } from 'node:stream';
|
||||
import { pipeline } from 'node:stream/promises';
|
||||
|
||||
import { DelimitedStream } from '../../util/DelimitedStream.node.js';
|
||||
import { encodeDelimited } from '../../util/encodeDelimited.std.js';
|
||||
import { DelimitedStream } from '../../util/DelimitedStream.node.ts';
|
||||
import { encodeDelimited } from '../../util/encodeDelimited.std.ts';
|
||||
|
||||
describe('DelimitedStream', () => {
|
||||
function collect(out: Array<string>): Writable {
|
||||
|
||||
Reference in New Issue
Block a user