You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: