We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec67bc0 commit 2fb2014Copy full SHA for 2fb2014
packages/utils/src/lib/clock-epoch.ts
@@ -1,4 +1,3 @@
1
-import type { PerformanceEntry } from 'node:perf_hooks';
2
import process from 'node:process';
3
import { threadId } from 'node:worker_threads';
4
packages/utils/src/lib/trace-file.type.ts
@@ -1,5 +1,4 @@
-import { getInstantEventTracingStartedInBrowser } from './trace-file-utils';
-import type { UserTimingDetail } from './user-timing-extensibility-api.type';
+import type { UserTimingDetail } from './user-timing-extensibility-api.type.js';
/**
5
* Arguments for instant trace events.
0 commit comments