Convert libsignal-client node package to ESM

This commit is contained in:
Alex Bakon
2025-09-22 14:20:16 -04:00
committed by GitHub
parent 76a81a60a1
commit 1f01c19e5f
123 changed files with 612 additions and 555 deletions

View File

@@ -3,8 +3,8 @@
// SPDX-License-Identifier: AGPL-3.0-only
//
import { LibSignalErrorBase } from '../../Errors';
import * as Native from '../../../Native';
import { LibSignalErrorBase } from '../../Errors.js';
import Native from '../../../Native.js';
export const UNCHECKED_AND_UNCLONED: unique symbol = Symbol();