Skip to content

Commit

Permalink
fix: do not export bidi and fix import from the entrypoint (#10998)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 22, 2023
1 parent f21e903 commit 88c78de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/puppeteer-core/src/cdp/Page.ts
Expand Up @@ -60,9 +60,9 @@ import {
waitWithTimeout,
} from '../common/util.js';
import {type Viewport} from '../common/Viewport.js';
import {AsyncDisposableStack} from '../puppeteer-core.js';
import {assert} from '../util/assert.js';
import {Deferred} from '../util/Deferred.js';
import {AsyncDisposableStack} from '../util/disposable.js';
import {isErrorLike} from '../util/ErrorLike.js';

import {Accessibility} from './Accessibility.js';
Expand Down
1 change: 0 additions & 1 deletion packages/puppeteer-core/src/puppeteer-core.ts
Expand Up @@ -17,7 +17,6 @@
export {Protocol} from 'devtools-protocol';

export * from './api/api.js';
export * from './bidi/bidi.js';
export * from './cdp/cdp.js';
export * from './common/common.js';
export * from './node/node.js';
Expand Down

0 comments on commit 88c78de

Please sign in to comment.