chrome-devtools-frontend
Version:
Chrome DevTools UI
62 lines (59 loc) • 1.94 kB
text/typescript
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import * as BaseInsightComponent from './BaseInsightComponent.js';
import * as Cache from './Cache.js';
import * as CharacterSet from './CharacterSet.js';
import * as Checklist from './Checklist.js';
import * as CLSCulprits from './CLSCulprits.js';
import * as DocumentLatency from './DocumentLatency.js';
import * as DOMSize from './DOMSize.js';
import * as DuplicatedJavaScript from './DuplicatedJavaScript.js';
import * as EventRef from './EventRef.js';
import * as FontDisplay from './FontDisplay.js';
import * as ForcedReflow from './ForcedReflow.js';
import * as Helpers from './Helpers.js';
import * as ImageDelivery from './ImageDelivery.js';
import * as INPBreakdown from './INPBreakdown.js';
import * as LCPBreakdown from './LCPBreakdown.js';
import * as LCPDiscovery from './LCPDiscovery.js';
import * as LegacyJavaScript from './LegacyJavaScript.js';
import * as ModernHTTP from './ModernHTTP.js';
import * as NetworkDependencyTree from './NetworkDependencyTree.js';
import * as NodeLink from './NodeLink.js';
import * as RenderBlocking from './RenderBlocking.js';
import * as SidebarInsight from './SidebarInsight.js';
import * as SlowCSSSelector from './SlowCSSSelector.js';
import * as Table from './Table.js';
import * as ThirdParties from './ThirdParties.js';
import * as Types from './types.js';
import * as Viewport from './Viewport.js';
export {
BaseInsightComponent,
Cache,
CharacterSet,
Checklist,
CLSCulprits,
DocumentLatency,
DOMSize,
DuplicatedJavaScript,
EventRef,
FontDisplay,
ForcedReflow,
Helpers,
ImageDelivery,
INPBreakdown,
LCPBreakdown,
LCPDiscovery,
LegacyJavaScript,
ModernHTTP,
NetworkDependencyTree,
NodeLink,
RenderBlocking,
SidebarInsight,
SlowCSSSelector,
Table,
ThirdParties,
Types,
Viewport,
};