I'd like to make parsing possible without waiting for other files type-check results, possibly asked from another thread.
Currently parsing needs an incremental builder for getting list of files and TcConfig and doesn't mutate this data.
I'm not sure, however, how to get a builder on the calling thread.