mirror of
https://github.com/github/codeql.git
synced 2026-07-13 15:28:16 +02:00
Temporarily instates `TypeTrackingNode` as an alias of `LocalSourceNode` as having it as a separate class lead to performance regressions. In the hopes that this will be resolved in the near future, I have left the current `TypeTrackingNode` implementation in situ, but hidden inside a `FutureWork` private module.