| 17 | /// Index into the `Sources.all` arena. |
| 18 | #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)] |
| 19 | pub struct SourceIdx(pub usize); |
| 20 | |
| 21 | /// Owned arena of every `Source` (package.json + pnpm yaml) in the project. |
| 22 | /// |
no outgoing calls
searching dependent graphs…