chrome-devtools-frontend
Version:
Chrome DevTools UI
68 lines (65 loc) • 2.78 kB
text/typescript
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import * as AddSourceMapURLDialog from './AddSourceMapURLDialog.js';
import * as AiWarningInfobarPlugin from './AiWarningInfobarPlugin.js';
import * as BreakpointEditDialog from './BreakpointEditDialog.js';
import * as CallStackSidebarPane from './CallStackSidebarPane.js';
import * as CategorizedBreakpointL10n from './CategorizedBreakpointL10n.js';
import * as CoveragePlugin from './CoveragePlugin.js';
import * as CSSPlugin from './CSSPlugin.js';
import * as DebuggerPausedMessage from './DebuggerPausedMessage.js';
import * as DebuggerPlugin from './DebuggerPlugin.js';
import * as EditingLocationHistoryManager from './EditingLocationHistoryManager.js';
import * as FilePathScoreFunction from './FilePathScoreFunction.js';
import * as FilteredUISourceCodeListProvider from './FilteredUISourceCodeListProvider.js';
import * as GoToLineQuickOpen from './GoToLineQuickOpen.js';
import * as InplaceFormatterEditorAction from './InplaceFormatterEditorAction.js';
import * as NavigatorView from './NavigatorView.js';
import * as OpenFileQuickOpen from './OpenFileQuickOpen.js';
import * as OutlineQuickOpen from './OutlineQuickOpen.js';
import * as Plugin from './Plugin.js';
import * as ResourceOriginPlugin from './ResourceOriginPlugin.js';
import * as ScopeChainSidebarPane from './ScopeChainSidebarPane.js';
import * as SearchSourcesView from './SearchSourcesView.js';
import * as SnippetsPlugin from './SnippetsPlugin.js';
import * as SourcesNavigator from './SourcesNavigator.js';
import * as SourcesPanel from './SourcesPanel.js';
import * as SourcesSearchScope from './SourcesSearchScope.js';
import * as SourcesView from './SourcesView.js';
import * as TabbedEditorContainer from './TabbedEditorContainer.js';
import * as ThreadsSidebarPane from './ThreadsSidebarPane.js';
import * as UISourceCodeFrame from './UISourceCodeFrame.js';
import * as WatchExpressionsSidebarPane from './WatchExpressionsSidebarPane.js';
export {
AddSourceMapURLDialog,
AiWarningInfobarPlugin,
BreakpointEditDialog,
CallStackSidebarPane,
CategorizedBreakpointL10n,
CoveragePlugin,
CSSPlugin,
DebuggerPausedMessage,
DebuggerPlugin,
EditingLocationHistoryManager,
FilePathScoreFunction,
FilteredUISourceCodeListProvider,
GoToLineQuickOpen,
InplaceFormatterEditorAction,
NavigatorView,
OpenFileQuickOpen,
OutlineQuickOpen,
Plugin,
ResourceOriginPlugin,
ScopeChainSidebarPane,
SearchSourcesView,
SnippetsPlugin,
SourcesNavigator,
SourcesPanel,
SourcesSearchScope,
SourcesView,
TabbedEditorContainer,
ThreadsSidebarPane,
UISourceCodeFrame,
WatchExpressionsSidebarPane,
};