puppeteer/src/launcher
Jack Franklin c6d01c950e
chore: extract BrowserRunner into its own module (#5850)
* chore: extract `BrowserRunner` into its own module

`src/Launcher.ts` is large and hard to work in. It has multiple objects
defined in it:

* ChromeLauncher
* FirefoxLauncher
* BrowserRunner
* Launcher

This change moves BrowserRunner into its own module. More refactorings
like this will follow but this is the first step.
2020-05-12 16:30:13 +01:00
..
BrowserRunner.ts chore: extract BrowserRunner into its own module (#5850) 2020-05-12 16:30:13 +01:00
LaunchOptions.ts chore: extract BrowserRunner into its own module (#5850) 2020-05-12 16:30:13 +01:00