mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Introduce types for looking up and receiving notifications about changes to main file mappings (e.g. header.h -> foo.cpp) in terms of documents. For now this is only exercised in the test, but the goal is to use this to correctly lookup main files for headers during build system queries.