CssXPath icon indicating copy to clipboard operation
CssXPath copied to clipboard

Translate CSS selectors to XPath queries

Results 6 CssXPath issues
Sort by recently updated
recently updated
newest added

Here's an example of the Dom repository's CI: https://github.com/PhpGt/Dom/blob/master/.github/workflows/ci.yml#L70-L86 It pushes to Codecov, which will automatically make the badge in the README work.

There is currently no functionality when using `:not` due to how the regex parsing is set up, but for completeness this would be nice in v2.

enhancement

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.5 to 1.10.6. Release notes Sourced from phpstan/phpstan's releases. 1.10.6 Bleeding edge 🔪 Report narrowing PHPStan\Type\Type interface via @var (https://github.com/phpstan/phpstan-src/commit/713b98fb107213c28e3d8c8b4b43c5f5fc47c144), nunomaduro/larastan#1567 Check invalid PHPDocs in previously unchecked...

dependencies

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.24 to 9.6.5. Changelog Sourced from phpunit/phpunit's changelog. 9.6.5 - 2023-03-09 Changed Backported the HTML and CSS improvements made to the --testdox-html from PHPUnit 10 Fixed #5205:...

dependencies

All other PHP.Gt repositories have a good code quality score on Scrutinizer-CI, but with all the logic being within a single class and many nested conditionals, CssXpath is getting a...

enhancement