Skip to content

Fix quadratic path checks in auto-inference.

Administrator requested to merge vg/no-quadratic-behavior-on-my-lawn into main

Created by: varungandhi-src

In the worst case, DefinitelyTyped/DefinitelyTyped has 8.4k tsconfig.json files. If we tried to do auto-inference for it, we would end up with at least a few hundred million path checks.

Let's not do that.

Merge request reports

Loading