playwright/packages/playwright-core
Marcin Strzyz d5e7b4f16f
chore: update rimraf package to version 4 to eliminate "promisify" (#24190)
Migrate to version 4 which returns a promise rather than leverages a
callback. -> https://www.npmjs.com/package/rimraf?activeTab=readme

- contains its own types, eliminate "@types/rimraf"
- Parameter `maxBusyTries` changed to `maxRetries`
2023-07-18 19:58:07 +02:00
..
bin fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00
bundles chore: update rimraf package to version 4 to eliminate "promisify" (#24190) 2023-07-18 19:58:07 +02:00
src chore: update rimraf package to version 4 to eliminate "promisify" (#24190) 2023-07-18 19:58:07 +02:00
types feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
.eslintrc.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.npmignore chore: move pw-core utilsBundleImpl into own directory (#23706) 2023-06-15 20:16:47 +02:00
browsers.json feat(chromium-tip-of-tree): roll to r1133 (#24280) 2023-07-18 15:11:01 +02:00
cli.js chore: fix playwright-core cli (#23203) 2023-05-22 12:37:08 -07:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: refactored minimum Node Major version to variable (#24188) 2023-07-18 19:57:48 +02:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: update rimraf package to version 4 to eliminate "promisify" (#24190) 2023-07-18 19:58:07 +02:00

playwright-core

This package contains the no-browser flavor of Playwright.