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

@@ -3,7 +3,7 @@
/* eslint-disable @typescript-eslint/no-namespace */
import { isEqual, isNumber, omit, orderBy, partition } from 'lodash';
import lodash from 'lodash';
import { SignalService as Proto } from '../protobuf/index.js';
import { createLogger } from '../logging/log.js';
@@ -19,6 +19,8 @@ import { assertDev } from '../util/assert.js';
import type { AciString } from './ServiceId.js';
import { normalizeAci } from '../util/normalizeAci.js';
const { isEqual, isNumber, omit, orderBy, partition } = lodash;
const log = createLogger('BodyRange');
// Cold storage of body ranges