puppeteer/src
Jack Franklin 5343c7a18f
chore: private-ise src/Accessibility.ts (#5832)
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.
2020-05-07 17:26:05 +01:00
..
.eslintrc.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Accessibility.ts chore: private-ise src/Accessibility.ts (#5832) 2020-05-07 17:26:05 +01:00
api.ts chore: migrate src/api.js to TypeScript (#5808) 2020-05-05 10:59:07 +02:00
Browser.ts chore: remove src/TaskQueue (#5826) 2020-05-07 14:49:42 +01:00
BrowserFetcher.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Connection.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
ConnectionTransport.ts chore: remove src/externs.d.ts (#5811) 2020-05-06 14:23:07 +01:00
Coverage.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
DeviceDescriptors.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Dialog.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
DOMWorld.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
EmulationManager.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Errors.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
Events.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
ExecutionContext.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
FrameManager.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
helper.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Input.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
JSHandle.ts chore: remove src/TaskQueue (#5826) 2020-05-07 14:49:42 +01:00
Launcher.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
LifecycleWatcher.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
NetworkManager.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Page.ts chore: remove src/TaskQueue (#5826) 2020-05-07 14:49:42 +01:00
PipeTransport.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
protocol.d.ts chore: Update protocol.d.ts (#5760) 2020-04-28 11:31:34 +01:00
Puppeteer.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
PuppeteerViewport.ts chore: remove src/externs.d.ts (#5811) 2020-05-06 14:23:07 +01:00
QueryHandler.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Target.ts chore: remove src/TaskQueue (#5826) 2020-05-07 14:49:42 +01:00
TimeoutSettings.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Tracing.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
USKeyboardLayout.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
WebSocketTransport.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Worker.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00