Bundle everything with rolldown

This commit is contained in:
Fedor Indutny
2026-03-30 12:42:37 -07:00
committed by GitHub
parent 8c06ad52ab
commit a27f0ad3e1
2317 changed files with 22723 additions and 63514 deletions

View File

@@ -5,11 +5,11 @@ import { assert } from 'chai';
import * as sinon from 'sinon';
import type { MenuItem } from 'electron';
import { BrowserWindow, Tray, nativeImage } from 'electron';
import { MINUTE } from '../../util/durations/index.std.js';
import { MINUTE } from '../../util/durations/index.std.ts';
import type { SystemTrayServiceOptionsType } from '../../../app/SystemTrayService.main.js';
import { SystemTrayService } from '../../../app/SystemTrayService.main.js';
import i18n from '../util/i18n.node.js';
import type { SystemTrayServiceOptionsType } from '../../../app/SystemTrayService.main.ts';
import { SystemTrayService } from '../../../app/SystemTrayService.main.ts';
import i18n from '../util/i18n.node.ts';
describe('SystemTrayService', function (this: Mocha.Suite) {
// These tests take more time on CI in some cases, so we increase the timeout.