puppeteer/utils
Jack Franklin e3922ea1f3
chore: enforce consistent spacing around object curlys (#5700)
The codebase was incredibly inconsistent with the use of spacing around
curly braces, e.g.:

```
// this?
const a = {b: 1}
// or?
const a = { b: 1 }
```

This extended into import statements also. Google's styleguide is no
spacing, so we're going with that.
2020-04-21 10:40:04 +01:00
..
browser chore: migrate remaining tests to Mocha (#5616) 2020-04-09 20:12:32 +02:00
doclint chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +01:00
protocol-types-generator chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
testserver chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +01:00
apply_next_version.js chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
bisect.js chore(bisect): inherit parent ENV when launching script (#4842) 2019-08-13 16:28:09 -07:00
check_availability.js chore: improve //utils/check_availability.js (#4770) 2019-07-29 14:29:50 -07:00
ESTreeWalker.js feat(launcher): add experimental "transport" option to pptr.connect (#3265) 2018-09-20 11:55:23 -07:00
fetch_devices.js chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +01:00
prepare_puppeteer_core.js feat: make it possible to run install.js script with puppeteer-core (#5325) 2020-01-28 13:08:13 +01:00