mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5343c7a18f
Now the first pass of migrating to TypeScript is complete I'm going through the src files one by one to tidy up the public/private interfaces. Puppeteer used an underscore convention to denote privacy but violates this in some places; we should be strict with TypeScript's `public` and `private` keywords instead. This means we'll get nice TS errors if you try to refer to a private method/variable, and means when we swap to generating our TS docs the tooling knows what method(s) are public and therefore need to be documented vs private internals that don't. |
||
---|---|---|
.. | ||
.eslintrc.js | ||
Accessibility.ts | ||
api.ts | ||
Browser.ts | ||
BrowserFetcher.ts | ||
Connection.ts | ||
ConnectionTransport.ts | ||
Coverage.ts | ||
DeviceDescriptors.ts | ||
Dialog.ts | ||
DOMWorld.ts | ||
EmulationManager.ts | ||
Errors.ts | ||
Events.ts | ||
ExecutionContext.ts | ||
FrameManager.ts | ||
helper.ts | ||
Input.ts | ||
JSHandle.ts | ||
Launcher.ts | ||
LifecycleWatcher.ts | ||
NetworkManager.ts | ||
Page.ts | ||
PipeTransport.ts | ||
protocol.d.ts | ||
Puppeteer.ts | ||
PuppeteerViewport.ts | ||
QueryHandler.ts | ||
Target.ts | ||
TimeoutSettings.ts | ||
Tracing.ts | ||
USKeyboardLayout.ts | ||
WebSocketTransport.ts | ||
Worker.ts |