Qualify CJS-only module imports

This commit is contained in:
Fedor Indutny
2025-09-19 13:05:51 -07:00
committed by GitHub
parent 140241b83f
commit 40eaf078cc
401 changed files with 1278 additions and 593 deletions

View File

@@ -5,7 +5,7 @@
/* eslint-disable more/no-then */
/* eslint-disable no-param-reassign */
import { reject } from 'lodash';
import lodash from 'lodash';
import { z } from 'zod';
import type {
@@ -46,6 +46,8 @@ import type { GroupSendToken } from '../types/GroupSendEndorsements.js';
import { isSignalServiceId } from '../util/isSignalConversation.js';
import * as Bytes from '../Bytes.js';
const { reject } = lodash;
const log = createLogger('OutgoingMessage');
export const enum SenderCertificateMode {