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 |
---|---|---|---|---|
package/src/editorExtensions/commandFormatter.ts package/src/monaco.contribution.ts |
1 | 1 (100%) | 64 (1%) | 2025-04-28 |
package/src/editorExtensions/commandHighlighter.ts package/src/monaco.contribution.ts |
1 | 1 (100%) | 64 (1%) | 2025-04-28 |
package/src/editorExtensions/commandHighlighter.ts package/src/editorExtensions/commandFormatter.ts |
1 | 1 (100%) | 1 (100%) | 2025-04-28 |
package/src/syntaxHighlighting/types.ts package/src/syntaxHighlighting/SemanticTokensProvider.ts |
1 | 2 (50%) | 4 (25%) | 2025-04-16 |