playwright/src/server/common
Dmitry Gozman a45532fd82
feat(selectors): update css parser (#4565)
This change requires string arguments to be quoted,
for example `:text("foo")` works but `:text(foo)` does not.
2020-12-02 08:16:02 -08:00
..
cssParser.ts feat(selectors): update css parser (#4565) 2020-12-02 08:16:02 -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 chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
README.md chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
selectorParser.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -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.