1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 22:34:49 +02:00
This commit is contained in:
syuilo
2026-06-28 17:48:30 +09:00
parent 4a41b1461e
commit 7dcf7658b2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { readFile, writeFile } from 'node:fs/promises';
import { pathToFileURL } from 'node:url';
import * as util from './utility.mts';
import type { BrowserMeasurementSample, BrowserMetricsReport } from './frontend-browser-report.mts';
import { NetworkRequest } from './chrome.mts';
import type { NetworkRequest } from './chrome.mts';
type DiffDirection = 'added' | 'removed';

View File

@@ -8,7 +8,7 @@ import { pathToFileURL } from 'node:url';
import * as util from './utility.mts';
import * as heapSnapshotUtil from './heap-snapshot-util.mts';
import type { HeapSnapshotData, HeapSnapshotReport } from './heap-snapshot-util.mts';
import { NetworkRequest } from './chrome.mts';
import type { NetworkRequest } from './chrome.mts';
export type BrowserMeasurement = {
label: string;