A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
src/v2/providers/storage.ts src/v2/core.ts |
3 | 5 (60%) | 6 (50%) | 2022-02-02 |
src/v2/core.ts src/providers/https.ts |
2 | 6 (33%) | 53 (3%) | 2022-02-02 |
src/v2/options.ts src/providers/https.ts |
2 | 12 (16%) | 53 (3%) | 2022-02-02 |
src/v2/options.ts src/v2/core.ts |
2 | 12 (16%) | 6 (33%) | 2022-02-02 |
src/v2/providers/https.ts src/providers/https.ts |
2 | 15 (13%) | 53 (3%) | 2022-02-02 |
src/v2/providers/https.ts src/v2/core.ts |
2 | 15 (13%) | 6 (33%) | 2022-02-02 |
src/v2/providers/https.ts src/v2/options.ts |
2 | 15 (13%) | 12 (16%) | 2022-02-02 |
src/v2/providers/pubsub.ts src/providers/https.ts |
2 | 4 (50%) | 53 (3%) | 2022-02-02 |
src/v2/providers/pubsub.ts src/v2/core.ts |
2 | 4 (50%) | 6 (33%) | 2022-02-02 |
src/v2/providers/pubsub.ts src/v2/options.ts |
2 | 4 (50%) | 12 (16%) | 2022-02-02 |
src/v2/providers/pubsub.ts src/v2/providers/https.ts |
2 | 4 (50%) | 15 (13%) | 2022-02-02 |
src/v2/providers/storage.ts src/providers/https.ts |
2 | 5 (40%) | 53 (3%) | 2022-02-02 |
src/v2/providers/storage.ts src/v2/options.ts |
2 | 5 (40%) | 12 (16%) | 2022-02-02 |
src/v2/providers/storage.ts src/v2/providers/https.ts |
2 | 5 (40%) | 15 (13%) | 2022-02-02 |
src/v2/providers/storage.ts src/v2/providers/pubsub.ts |
2 | 5 (40%) | 4 (50%) | 2022-02-02 |
src/providers/auth.ts src/common/providers/identity.ts |
1 | 34 (2%) | 1 (100%) | 2022-02-02 |
spec/fixtures/sources/commonjs-grouped/index.js spec/fixtures/sources/commonjs-grouped/g1.js |
1 | 1 (100%) | 1 (100%) | 2022-02-02 |
spec/fixtures/sources/commonjs-main/functions.js spec/fixtures/sources/commonjs-grouped/g1.js |
1 | 1 (100%) | 1 (100%) | 2022-02-02 |
spec/fixtures/sources/commonjs-main/functions.js spec/fixtures/sources/commonjs-grouped/index.js |
1 | 1 (100%) | 1 (100%) | 2022-02-02 |
spec/fixtures/sources/commonjs/index.js spec/fixtures/sources/commonjs-grouped/g1.js |
1 | 1 (100%) | 1 (100%) | 2022-02-02 |