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
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
We currently output a log entry per file, per replacement.
For example, if you have
foo.tsandbar.tswhich both contain a bad module, you will see two logs.Ideally, we make this more concise like so:
We should be careful when building this logic, though, as we need to avoid keeping a buffer of all files in memory.
We can't simply loop through all files/replacements and build a result set up, as that will take too much memory in large projects.