feat: enable the ESM for main #3588

Merged
JellyBrick merged 3 commits from feat/esm into master 2025-07-10 04:43:13 +00:00
JellyBrick commented 2025-07-10 04:36:44 +00:00 (Migrated from github.com)
No description provided.
MulverineX (Migrated from github.com) reviewed 2025-07-13 20:31:53 +00:00
@ -78,4 +77,2 @@
process.env.NODE_OPTIONS = '';
// Prevent window being garbage collected
let mainWindow: Electron.BrowserWindow | null;
MulverineX (Migrated from github.com) commented 2025-07-13 20:31:53 +00:00

Why was this removed?

Why was this removed?
JellyBrick (Migrated from github.com) reviewed 2025-07-14 10:45:00 +00:00
@ -78,4 +77,2 @@
process.env.NODE_OPTIONS = '';
// Prevent window being garbage collected
let mainWindow: Electron.BrowserWindow | null;
JellyBrick (Migrated from github.com) commented 2025-07-14 10:45:00 +00:00

@MulverineX Are there any regressions caused by this change?

@MulverineX Are there any regressions caused by this change?
MulverineX (Migrated from github.com) reviewed 2025-07-14 21:59:18 +00:00
@ -78,4 +77,2 @@
process.env.NODE_OPTIONS = '';
// Prevent window being garbage collected
let mainWindow: Electron.BrowserWindow | null;
MulverineX (Migrated from github.com) commented 2025-07-14 21:59:18 +00:00

@JellyBrick what I mean is, why was that code there in the first place, and what was the reasoning for removing it? Doesn't this make it a little easier to inject into the app?

@JellyBrick what I mean is, why was that code there in the first place, and what was the reasoning for removing it? Doesn't this make it a little easier to inject into the app?
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#3588
No description provided.