0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Nikolay Vitkov
b2c69fe5bd
build: fix EsLint rule and add fixer () 2024-02-05 10:26:37 +01:00
jrandolf
bd6c246b18
chore: add @typescript-eslint/no-import-type-side-effects () 2023-09-26 18:24:24 +02:00
Alex Rudenko
02a9917d16
test: detect dependency cycles () 2023-09-21 22:22:38 +02:00
jrandolf
c949656a43
chore: use @typescript-eslint/consistent-type-imports () 2023-09-15 13:00:20 +02:00
Nikolay Vitkov
e4b57c279a
chore: add EsLint rule for no-floating-promises () 2023-04-26 09:53:02 +00:00
jrandolf
f42336cf83
feat: separate puppeteer and puppeteer-core ()
This PR moves the puppeteer source code into separate mono-repo packages:

- `puppeteer` and `puppeteer-core` are now separated into their own
packages.
- `puppeteer-core` has a new exports called `puppeteer-core/internal`
for internal usage.

Tests and various tools have been updated to accommodate the migration.
2022-10-05 14:17:03 +02:00
jrandolf
5ff205dc8b
fix: extends ElementHandle to Nodes ()
* fix: extends `ElementHandle` to `Node`s ()
2022-07-06 09:05:37 +02:00
jrandolf
e499515fd6
chore: add type tests () 2022-06-27 10:57:31 +02:00