playwright/packages
Luke Page 94f0cadea3
fix(fs-watcher) ignore node_modules on windows (#31341)
Partially fixes https://github.com/microsoft/playwright/issues/31337 by
supporting ignoring node_modules on windows.

When I debug the function it gets a unix style path filename on windows,
so the function never ignores node_modules. The ignore path globs are
expected to use the unix path seperator and I've tested this fix works
on windows and I assume that since mac uses unix style, it also works
there (this is a pretty standard glob construct (chokidar points at any
match https://github.com/micromatch/anymatch and anymatch has this exact
example in their readme.md)

Signed-off-by: Luke Page <137174537+lukpsaxo@users.noreply.github.com>
2024-06-19 11:14:10 -07:00
..
html-reporter Revert "feat(test): add URL field to annotations for hyperlink disp… (#31259) 2024-06-11 16:05:21 -07:00
playwright fix(fs-watcher) ignore node_modules on windows (#31341) 2024-06-19 11:14:10 -07:00
playwright-browser-chromium chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-browser-firefox chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-browser-webkit chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-chromium chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-core feat(firefox): roll to r1456 (#31375) 2024-06-19 19:03:58 +02:00
playwright-ct-core chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-ct-react chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-ct-react17 chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-ct-solid chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-ct-svelte chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-ct-vue chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-ct-vue2 chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-firefox chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-test chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
playwright-webkit chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
protocol/src feat: allow folder uploads (#31165) 2024-06-12 22:20:18 +02:00
recorder fix(recorder): reference Language enum for recorderTypes (#29294) 2024-02-01 13:48:30 -08:00
trace/src fix: match client step and server action by explicit stepId (#30641) 2024-05-14 12:10:46 -07:00
trace-viewer feat(trace-viewer): add request method/status to the network details tab (#31274) 2024-06-19 09:05:20 -07:00
web chore(trace-viewer): grid view z-index, source column in resource details (#31094) 2024-05-30 14:45:33 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00