playwright/src/server/common
2021-08-26 18:44:49 -07:00
..
componentUtils.ts feat: support props matching in react and vue selectors (#8104) 2021-08-10 17:10:14 -07:00
cssParser.ts feat(selectors): optimize old->new selectors conversion for text (#4671) 2020-12-10 13:53:19 -08:00
cssTokenizer.d.ts feat(selectors): introduce css parser (#4522) 2020-11-30 16:31:40 -08:00
cssTokenizer.js feat(selectors): introduce css parser (#4522) 2020-11-30 16:31:40 -08:00
domErrors.ts feat(inputValue): implement inputValue for select elements (#7951) 2021-08-03 08:22:40 -07:00
protocolError.ts chore: remove isContextDestroyedError heuristic (#8456) 2021-08-26 18:44:49 -07:00
README.md chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
selectorParser.ts feat(strict): list ambiguous matches when throwing strict exception (#8449) 2021-08-25 14:51:03 -07:00
utilityScriptSerializers.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00

Files in this folder are used both in Node.js and injected environments, they can't have dependencies.