-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathdevtools.ts
More file actions
34 lines (33 loc) · 855 Bytes
/
devtools.ts
File metadata and controls
34 lines (33 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export type {
IssuesManagerEventTypes,
CDPConnection,
} from '../../node_modules/chrome-devtools-frontend/mcp/mcp.js';
export {
AgentFocus,
TraceEngine,
PerformanceTraceFormatter,
PerformanceInsightFormatter,
AggregatedIssue,
Issue,
Target as SDKTarget,
DebuggerModel,
Foundation,
TargetManager,
MarkdownIssueDescription,
Marked,
ProtocolClient,
Common,
I18n,
IssueAggregatorEvents,
IssuesManagerEvents,
createIssuesFromProtocolIssue,
IssueAggregator,
} from '../../node_modules/chrome-devtools-frontend/mcp/mcp.js';
/* eslint-disable no-restricted-imports */
export * as CrUXManager from '../../node_modules/chrome-devtools-frontend/front_end/models/crux-manager/crux-manager.js';
/* eslint-enable no-restricted-imports */