puppeteer/lib
Eric Bidelman 1f9b4fb4c8 Change let into const (#457)
This patch:
- changes `let` into `const` throughout codebase
- adds eslint check to prefer const over let
2017-08-21 16:39:04 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Connection.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Dialog.js Default value for property on dialog (#247) 2017-08-11 17:24:46 -07:00
ElementHandle.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
EmulationManager.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00
FrameManager.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
helper.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Input.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Launcher.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Multimap.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
NavigatorWatcher.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
NetworkManager.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Page.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Puppeteer.js Introduce Puppeteer.connect method (#264) 2017-08-15 14:29:42 -07:00
Tracing.js Change let into const (#457) 2017-08-21 16:39:04 -07:00