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:
@@ -3,15 +3,15 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { type WritableDB } from '../../sql/Interface.std.js';
|
||||
import { Migrations as Proto } from '../../protobuf/index.std.js';
|
||||
import { generateAci } from '../../types/ServiceId.std.js';
|
||||
import { type WritableDB } from '../../sql/Interface.std.ts';
|
||||
import { Migrations as Proto } from '../../protobuf/index.std.ts';
|
||||
import { generateAci } from '../../types/ServiceId.std.ts';
|
||||
import {
|
||||
createDB,
|
||||
updateToVersion,
|
||||
insertData,
|
||||
getTableData,
|
||||
} from './helpers.node.js';
|
||||
} from './helpers.node.ts';
|
||||
|
||||
const EMPTY_ENVELOPE: Proto.Envelope.Params = {
|
||||
content: null,
|
||||
|
||||
Reference in New Issue
Block a user