Skip to content

Commit

Permalink
fix(core): fix typescript dependency calculation (#30131)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 20, 2025
1 parent 251959c commit b9221bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function buildExplicitTypeScriptDependencies(
}

for (const [project, fileData] of Object.entries(
ctx.fileMap.projectFileMap
ctx.filesToProcess.projectFileMap
)) {
filesToProcess[project] ??= [];
for (const { file } of fileData) {
Expand Down

0 comments on commit b9221bf

Please sign in to comment.