puppeteer/packages/puppeteer-core
Alex Rudenko a919d18ea7
chore: fix third_party build (#9554)
The third_party folder is compiled with tsc and then rolled up in-place.
This means that the next build might try to compile the file that has
been rolled up leading to build errors. It seems the safest solution is
to always rebuild third_party folder as the size is relatively small.
2023-01-20 14:12:03 +00:00
..
src fix: improve screenshot method types (#9529) 2023-01-18 14:06:20 +00:00
third_party chore: add BiDi integration for Chromium (#9410) 2022-12-20 14:37:31 +00:00
tools chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
.gitignore chore: use test runner for installation tests (#9110) 2022-10-14 13:37:07 +02:00
api-extractor.json chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
CHANGELOG.md chore: release main (#9495) 2023-01-12 08:21:09 +01:00
package.json chore: fix third_party build (#9554) 2023-01-20 14:12:03 +00:00
rollup.third_party.config.js chore: add deps needed for BiDi (#9439) 2022-12-19 15:54:58 +01:00
tsconfig.json feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00