We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b192 commit 1662b6dCopy full SHA for 1662b6d
1 file changed
src/third_party/devtools.ts
@@ -24,11 +24,9 @@ export {
24
ProtocolClient,
25
Common,
26
I18n,
27
+ CrUXManager,
28
IssueAggregatorEvents,
29
IssuesManagerEvents,
30
createIssuesFromProtocolIssue,
31
IssueAggregator,
32
} from '../../node_modules/chrome-devtools-frontend/mcp/mcp.js';
-/* eslint-disable no-restricted-imports */
33
-export * as CrUXManager from '../../node_modules/chrome-devtools-frontend/front_end/models/crux-manager/crux-manager.js';
34
-/* eslint-enable no-restricted-imports */
0 commit comments