This leverages the graph-all op introduced in srclib to allow toolchains to graph multiple units together, to avoid duplicate work in graphing stage.
Earlier, the source unit path was not output in the refs and docs objects, which is now necessary as srclib will split the graph-all output into separate units based on the unit paths of each object.
Also updated the expected test output based on these changes.
Depends on https://github.com/sourcegraph/srclib/pull/263
This leverages the graph-all op introduced in srclib to allow toolchains to graph multiple units together, to avoid duplicate work in graphing stage.
Earlier, the source unit path was not output in the refs and docs objects, which is now necessary as srclib will split the graph-all output into separate units based on the unit paths of each object.
Also updated the expected test output based on these changes.