UNPKG

2.93 kBJavaScriptView Raw
1/**
2 * Copyright 2020 Google Inc. All rights reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16/*
17 * This file re-exports any APIs that we want to have documentation generated
18 * for. It is used by API Extractor to determine what parts of the system to
19 * document.
20 *
21 * The legacy DocLint system and the unit test coverage system use the list of
22 * modules defined in coverage-utils.js. src/api-docs-entry.ts is ONLY used by
23 * API Extractor.
24 *
25 * Once we have migrated to API Extractor and removed DocLint we can remove the
26 * duplication and use this file.
27 */
28export * from './common/Accessibility.js';
29export * from './common/Browser.js';
30export * from './node/BrowserFetcher.js';
31export * from './node/Puppeteer.js';
32export * from './common/Coverage.js';
33export * from './common/Connection.js';
34export * from './common/ConsoleMessage.js';
35export * from './common/Coverage.js';
36export * from './common/DeviceDescriptors.js';
37export * from './common/Dialog.js';
38export * from './common/DOMWorld.js';
39export * from './common/JSHandle.js';
40export * from './common/ExecutionContext.js';
41export * from './common/EventEmitter.js';
42export * from './common/FileChooser.js';
43export * from './common/FrameManager.js';
44export * from './common/PuppeteerViewport.js';
45export * from './common/Input.js';
46export * from './common/Page.js';
47export * from './common/Product.js';
48export * from './common/Puppeteer.js';
49export * from './common/BrowserConnector.js';
50export * from './node/Launcher.js';
51export * from './node/LaunchOptions.js';
52export * from './common/HTTPRequest.js';
53export * from './common/HTTPResponse.js';
54export * from './common/SecurityDetails.js';
55export * from './common/Target.js';
56export * from './common/Errors.js';
57export * from './common/Tracing.js';
58export * from './common/NetworkManager.js';
59export * from './common/WebWorker.js';
60export * from './common/USKeyboardLayout.js';
61export * from './common/EvalTypes.js';
62export * from './common/PDFOptions.js';
63export * from './common/TimeoutSettings.js';
64export * from './common/LifecycleWatcher.js';
65export * from './common/QueryHandler.js';
66export * from './common/NetworkConditions.js';
67export * from 'devtools-protocol/types/protocol';
68/**
69 * @public
70 * {@inheritDoc Puppeteer.devices}
71 */
72export let devices;
73/**
74 * @public
75 */
76export let errors;
77/**
78 * @public
79 */
80export let networkConditions;
81//# sourceMappingURL=api-docs-entry.js.map
\No newline at end of file