mirror of
https://github.com/klntsky/purescript-playwright.git
synced 2024-11-22 13:23:01 +03:00
6d0aba0f34
* Fix compiling errors building with purs/psc-set 0.14.2
* Remove bower and pulp
* Add pacakge-lock.json
* Update playwright minimum version
* evaluation needs to be one expression/statement
* Add connect/connectOverCDP functions
* Convert FFI to more modern JS
* Add bindings for focus, fill, connect among others
* Make ready for 0.15 but drop tests
* Use milliseconds for timeouts
* update spago and esm
* fix tests
* Revert "fix tests"
This reverts commit aec92cb08e
.
* fix effectfulGetter
* add package-lock.json
* update .gitignore
* update CI, aff affCall to context
---------
Co-authored-by: kamoii <>
Co-authored-by: Mark Eibes <mark.eibes@gmail.com>
Co-authored-by: phtz <spamsucks@posteo.de>
31 lines
478 B
YAML
31 lines
478 B
YAML
package:
|
|
dependencies:
|
|
- aff
|
|
- aff-promise
|
|
- argonaut-core
|
|
- console
|
|
- datetime
|
|
- effect
|
|
- either
|
|
- exceptions
|
|
- foreign
|
|
- foreign-object
|
|
- literals
|
|
- maybe
|
|
- node-buffer
|
|
- node-fs
|
|
- node-streams
|
|
- ordered-collections
|
|
- prelude
|
|
- psci-support
|
|
- refs
|
|
- strings
|
|
- test-unit
|
|
- transformers
|
|
- untagged-union
|
|
- literals
|
|
name: playwright
|
|
workspace:
|
|
packageSet:
|
|
registry: 53.2.0
|