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