Skip to content

Extensibility? #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
deanmcpherson opened this issue Feb 19, 2025 · 2 comments
Open

Extensibility? #95

deanmcpherson opened this issue Feb 19, 2025 · 2 comments

Comments

@deanmcpherson
Copy link

This package is really useful, but I've found on a few occassions that I'd love to be able to hook deeper into the internals - things like modifying the result ts before it's formatted, or short circuiting some of the file scanning to speed up the process - e.g. in one project we have this monkey patched to do a plain text search for @typescript in files instead of doing the full PHP parse straight away, which made the entire process ~4x faster.

If we submitted a PR to make the actions hot swappable or something,.what are the chances of it getting merged?

@rubenvanassche
Copy link
Member

At the moment it won't since we've got a branch for v3 which is basically a complete rewrite

@deanmcpherson
Copy link
Author

👍 makes sense - is there a timeline of v3? I just had a quick look through the source and it's looking great 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants