puppeteer/utils
Jack Franklin 7a2a41f208
chore: move code to src/ and emit with TypeScript (#5568)
This updates our `tsconfig.json` so it emits our JavaScript files as
well as type checking them. We compile into `./lib` which we then ship
in our npm package. The source code has moved from `./lib` into `./src`.

Because the `src/` directory is exclusively JS files, this change is a
no-op in terms of code functionality but is the first step towards being
able to replace `src/X.js` with `src/X.ts` in a way that allows us to
migrate incrementally.

The `lib` directory is gitignored, and the `src` directory is
npmignored. On `npm publish` we will now run `npm run tsc` in order to
generate the outputted code.
2020-04-02 16:25:19 +02:00
..
browser chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
doclint chore: upgrade to TypeScript 3.7 (#5562) 2020-03-31 18:42:32 +02:00
flakiness-dashboard chore(flaky): save build result (#4819) 2019-08-08 20:53:12 -07:00
protocol-types-generator chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
testrunner chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
testserver chore: update URLs (#5185) 2019-11-26 13:12:25 +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 fix(devicedescriptors): fix UA in DeviceDescriptors (#2741) 2018-06-14 13:55:09 -07: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