mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -13,8 +13,8 @@ import { Format, NtExecutable } from 'pe-library';
|
||||
// Note: because we don't run under electron - this is a path to binary
|
||||
import ELECTRON_BINARY from 'electron';
|
||||
|
||||
import { drop } from '../util/drop.std.js';
|
||||
import { packageJson } from '../util/packageJson.node.js';
|
||||
import { drop } from '../util/drop.std.ts';
|
||||
import { packageJson } from '../util/packageJson.node.ts';
|
||||
|
||||
const { ImageDosHeader, ImageNtHeaders, ImageDirectoryEntry } = Format;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user