dantleech
dantleech
### Feature request There is currently the `--fix` option, but currently no way to simulate the fix safely. Tools that modify code often have a `--dry-run` feature that output the...
Experimenting with merging ASTs to preserve the object IDs of the nodes which might help with far more efficient caching techniques. The idea would be that the revised AST (e.g....
This PR is a proof-of-concept for statically matching paths without traversing the filesystem during the test run. It replaces #6146 and uses the [webmozarts/glob](https://github.com/webmozarts/glob) package. Would fix #6114 --- The...
(from Phpactor's fork - not tested extensively)