mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -5,9 +5,9 @@ import { assert } from 'chai';
|
||||
import lodash from 'lodash';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
import { STORAGE_KEY, ChallengeHandler } from '../challenge.dom.js';
|
||||
import type { RegisteredChallengeType } from '../challenge.dom.js';
|
||||
import { DAY, SECOND } from '../util/durations/index.std.js';
|
||||
import { STORAGE_KEY, ChallengeHandler } from '../challenge.dom.ts';
|
||||
import type { RegisteredChallengeType } from '../challenge.dom.ts';
|
||||
import { DAY, SECOND } from '../util/durations/index.std.ts';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user