mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-30 05:10:53 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { ipcRenderer } from 'electron';
|
||||
import type { SystemPreferences } from 'electron';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import type { ZoomFactorType } from '../types/Storage.d.ts';
|
||||
import * as Errors from '../types/errors.js';
|
||||
@@ -33,6 +33,8 @@ import type {
|
||||
import { SystemTraySetting } from '../types/SystemTraySetting.js';
|
||||
import OS from './os/osPreload.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
const log = createLogger('createIPCEvents');
|
||||
|
||||
export type IPCEventsValuesType = {
|
||||
|
||||
Reference in New Issue
Block a user