refactor: allow requiring modules with no side effects (#17496)
This commit is contained in:
parent
4ee201c56e
commit
7b55ee9d36
10 changed files with 85 additions and 54 deletions
|
@ -1,4 +1,4 @@
|
|||
import { EventEmitter } from "electron";
|
||||
import { EventEmitter } from 'electron';
|
||||
|
||||
/**
|
||||
* @fileoverview A set of helper functions to make it easier to work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue